/*头部部分*/

.login-header {
    width: 1200px;
    height: 100px;
    margin: 0 auto;
    padding-top: 40px;
}

.header-logo {
    float: left;
    padding: 0 20px 0 15px;
    margin-top: -5px;
}


/*中间部分*/

.content-body {
    width: 1135px;
    height: 505px;
    margin: 0 auto;
    background: #fff;
}


/*中间部分三栏*/

.content-body .center {
    width: 35px;
    float: left;
    text-align: center;
    line-height: 485px;
    font-size: 18px;
    color: #999;
    background: url(../images/huo.jpg);
}

.content-body .right {
    float: right;
    width: 550px;
    text-align: center;
    margin-top: 50px;
}

.content-body .left {
    float: left;
    width: 550px;
    font-size: 16px;
    margin-top: 42px;
}


/*中间右侧登录*/

.content-body .right-top {
    float: left;
    margin-left: 20px;
    font-size: 16px;
}

.content-body .right-top p {
    color: #666;
    line-height: 48px;
    text-align: left;
}

.content-body .right-denglu a {
    float: left;
    color: #666;
    width: 250px;
    height: 50px;
    border: 1px solid #ddd;
    line-height: 50px;
}

.content-body .right-denglu a:hover {
    background: #448aca;
    color: #fff;
}


/*左侧账号登录框*/

.content-body .zhanghao {
    width: 470px;
    height: 60px;
    margin: 13px auto 0 auto;
}

.content-body .zhanghao p {
    float: left;
    line-height: 60px;
    color: #333;
}

.content-body .zhanghao .input {
    float: left;
    width: 360px;
    border: 1px solid #c7c7c7;
    margin-left: 10px;
}

.content-body .zhanghao .input img {
    float: left;
    padding: 14px;
}

.content-body .zhanghao input {
    width: 280px;
    font-family: 微软雅黑;
    height: 58px;
    line-height: 58px;
    outline: none;
    border: none;
    *border: 0;
    color: #444;
    font-size: 16px;
    overflow: hidden;
}

.content-body .zhanghao span {
    font-family: 微软雅黑;
    color: #d80014;
    padding: 8px 8px 8px 0;
}


/*验证码*/

.content-body .yanzhengma {
    width: 470px;
    height: 60px;
    margin: 13px auto 0 auto;
}

.content-body .yanzhengma p {
    float: left;
    line-height: 60px;
    color: #333;
    letter-spacing: 3.1px;
    *margin-right: 4px;
}

.content-body .yanzhengma .input {
    float: left;
    width: 220px;
    border: 1px solid #c7c7c7;
    margin-left: 10px;
}

.content-body .yanzhengma .input img {
    float: left;
    padding: 14px;
}

.content-body .yanzhengma input {
    font-family: 微软雅黑;
    float: left;
    height: 58px;
    width: 150px;
    line-height: 58px;
    outline: none;
    border: none;
    *border: 0;
    color: #444;
    font-size: 16px;
}

.content-body .yanzhengma span {
    color: #d80014;
    padding: 8px 8px 8px 0;
}

.content-body .yz-code {
    float: left;
    width: 130px;
    height: 58px;
    text-align: center;
    line-height: 58px;
    border: 1px solid #c7c7c7;
    margin-left: 8px;
}

.content-body .yz-code img {
    width: 100%;
    height: 100%;
}

.content-body .button {
    height: 60px;
    width: 470px;
    margin: 40px auto 0 auto;
}

.content-body #button {
    text-align: center;
    font-family: 微软雅黑;
    height: 60px;
    width: 465px;
    margin: 0 auto;
    outline: none;
    background: #046ebf;
    border: none;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
}

.content-body #button a {
    float: left;
    width: 468px;
    margin: 0 auto;
    line-height: 60px;
    color: #fff;
}


/*友情链接*/

.f_link {
    width: 100%;
    height: 140px;
    float: left;
    overflow: hidden;
}

.f_link_center {
    width: 1165px;
    margin: 0 auto;
}

.f_link_center p {
    margin: 10px 20px;
}

.f_link_center a {
    margin: 15px 10px;
    text-decoration: none;
    color: #8a8686;
    font-size: 12px;
    line-height: 20.99px;
}


/*电话*/

.dianhuan {
    width: 100%;
    float: left;
    border-bottom: 1px solid #e1e1e1;
    overflow: hidden;
}

.center_dianhua {
    width: 1200px;
    margin: 0 auto;
}

.center_dianhua img {
    float: left;
    margin-left: 30px;
}

.center_dianhua .footer_tell {
    float: right;
    width: 135px;
    text-align: center;
}

.footer_tell span {
    float: left;
    font-size: 21.99px;
    font-family: Arial;
    color: #000;
    line-height: 40px;
}

.footer_tell img {
    float: left;
    margin: 0;
}


/*底部版权*/


/* .footer {
  width: 100%;
  height: 65px;
  float: left;
  margin-top: 10px;
} */

.footer_center {
    width: 745px;
    margin: 0 auto;
    line-height: 22px;
    font-size: 11.99px;
}

.footer_center p {
    float: left;
    width: 575px;
    color: #666;
}

.footer_center a {
    text-decoration: none;
    color: #666;
}

.footer_center a:hover {
    color: #046ebf;
}

.background_img {
    z-index: -2;
    width: 100%;
}

.background_left {
    position: absolute;
    left: 0;
    top: 1600px;
    z-index: -2;
}

.background_right {
    position: absolute;
    right: 0;
    top: 2600px;
    z-index: -2;
}


/*login部分*/


/* .content h2 {
  font-size: 26px;
  font-weight: normal;
  color: #333;
  line-height: 46px;
  padding: 20px 20px 10px ;
} */

.content-body-login {
    width: 1135px;
    margin: 0 auto;
}


/*中间部分三栏*/

.content-body-login .center {
    float: left;
    text-align: center;
    line-height: 505px;
    font-size: 18px;
    color: #999;
}

.content-body-login .right {
    height: 560px;
    float: right;
    width: 550px;
    margin-top: -70px;
    text-align: center;
    background: #fff;
}

.content-body-login .left {
    float: left;
    width: 550px;
    font-size: 16px;
    margin-top: 233px;
}


/*右侧账号登录框*/

.content-body-login .zhanghao {
    width: 470px;
    height: 60px;
    margin: 13px auto 0 auto;
}

.content-body-login .zhanghao p {
    float: left;
    line-height: 60px;
    color: #333;
}

.content-body-login .zhanghao .input {
    font-family: 微软雅黑;
    float: left;
    width: 360px;
    border: 1px solid #c7c7c7;
    margin-left: 55px;
    text-align: left;
}

.content-body-login .zhanghao .input img {
    float: left;
    padding: 14px;
}

.content-body-login .zhanghao input {
    width: 280px;
    font-family: 微软雅黑;
    height: 58px;
    line-height: 58px;
    outline: none;
    border: none;
    *border: 0;
    color: #444;
    font-size: 16px;
    text-align: left;
}

.content-body-login .zhanghao span {
    font-family: 微软雅黑;
    color: #d80014;
    padding: 8px 8px 8px 0;
    font-size: 16px;
}


/*验证码*/

.content-body-login .yanzhengma {
    width: 470px;
    height: 60px;
    margin: 13px auto 0 auto;
}

.content-body-login .yanzhengma p {
    float: left;
    line-height: 60px;
    color: #333;
    letter-spacing: 3.1px;
    *margin-right: 4px;
}

.content-body-login .yanzhengma .input {
    float: left;
    width: 220px;
    border: 1px solid #c7c7c7;
    margin-left: 55px;
}

.content-body-login .yanzhengma .input img {
    float: left;
    padding: 14px;
}

.content-body-login .yanzhengma input {
    font-family: 微软雅黑;
    float: left;
    height: 58px;
    width: 150px;
    line-height: 58px;
    outline: none;
    border: none;
    *border: 0;
    color: #444;
    font-size: 16px;
}

.content-body-login .yanzhengma span {
    font-family: 微软雅黑;
    color: #d80014;
    padding: 8px 8px 8px 0;
    font-size: 16px;
}

.content-body-login .yz-code {
    float: left;
    width: 130px;
    height: 58px;
    text-align: center;
    line-height: 58px;
    border: 1px solid #c7c7c7;
    margin-left: 8px;
}

.content-body-login .yz-code img {
    width: 100%;
    height: 100%;
}

.content-body-login .button {
    height: 60px;
    width: 470px;
    margin: 20px auto 0 auto;
}

.content-body-login #button {
    font-family: 微软雅黑;
    height: 60px;
    width: 360px;
    margin: 0 auto;
    outline: none;
    background: #046ebf;
    border: none;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
}

.content-body-login #button a {
    float: left;
    width: 360px;
    margin: 0 auto;
    line-height: 60px;
    color: #fff;
}

.content-body-login #button a:hover {
    color: #f9a400;
}


/*其他部件*/

.ningmeng {
    float: left;
    width: 505px;
    text-align: left;
    margin-left: -20px;
    margin-top: 20px;
}

.content-body-login .button p {
    width: 360px;
    margin: 10px auto;
}

.content-body-login #forget {
    float: left;
}

.content-body-login #register {
    float: right;
}

.content-body-login .button p a {
    color: #333;
    font-size: 14px;
}

.content-body-login .button p a:hover {
    color: #046ebf;
}

.content-body-login #checkbox {
    width: 360px;
    text-align: left;
    margin-bottom: 20px;
    color: #333;
    font-size: 14px;
    margin-left: 55px;
    *margin-left: 0;
}

.content-body-login #checkbox input {
    font-family: 微软雅黑;
    float: left;
    width: 20px;
    margin-top: 4px;
    *margin-top: 0;
}


/*header*/

ul {
    background: #fff;
}

a {
    text-decoration: none;
    outline: none;
}

li {
    list-style: none;
}

.clear {
    clear: both;
}

.t_header {
    height: 62px;
    background: #fff;
}

.t_header img {
    margin: 0;
    padding: 0;
    z-index: 1;
    background: #fff;
}

.close_adv {
    width: 100px;
    margin: 0 auto;
    top: 15px;
    text-align: right;
    float: left;
    margin-left: -20%;
    margin-top: 15px;
}

.close_adv a {
    font-size: 30px;
    font-family: "Times New Romen";
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.c1_header {
    width: 100%;
    height: 35px;
    margin: 0 auto;
    border-bottom: 1px solid #ececec;
    display: block;
}

.center_c1_header {
    width: 1200px;
    margin: 0 auto;
}

.center_c1_header p {
    font-size: 14px;
    color: #666;
    line-height: 30px;
    float: left;
}

.c1_header_right {
    float: right;
    line-height: 30px;
}

.c1_header_right a,
.c1_header_right li,
.c1_header_right .header_tell {
    float: left;
    text-decoration: none;
    list-style: none;
}

.c1_header_right a {
    color: #7b7b7b;
    margin: 0 5px;
}

.c1_header_right a:hover {
    color: #046ebf;
}

.c1_header_right img {
    float: left;
}

.c1_header_right span {
    color: #046ebf;
    font-weight: bold;
    margin: 0 13px 0 0;
}

.c1_header_right li {
    margin: 0 5px;
}

.c1_header_right p {
    font-size: 12px;
}

.c2_header {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.center_c2_header {
    width: 1200px;
    margin: 0 auto;
}

.c2_header_logo {
    float: left;
    margin: 0 66px 0 0;
    height: auto;
    width: 317px;
}

.c2_header_search {
    float: left;
    width: 550px;
}

form span a {
    margin-top: 11px;
    display: block;
    float: left;
    width: 50px;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    color: #333;
    line-height: 25px;
}

form span a:hover {
    background: #046ebf;
    color: #fff;
}

form .active {
    background: #046ebf;
    color: #fff;
}

form span {
    width: 550px;
    float: left;
}

.c2_header_search input {
    float: left;
    height: 40px;
    width: 440px;
    border: 3px solid #046ebf;
    color: #cccccc;
    font-size: 14px;
    text-indent: 1em;
    line-height: 40px;
}

.c2_header_search button {
    float: left;
    width: 98px;
    height: 46px;
    background: #046ebf;
    outline: none;
    border: none;
    font-size: 18px;
    color: #fff;
    letter-spacing: 6px;
    cursor: pointer;
}

.c2_header_search button:hover {
    color: #FF0000;
}

.c2_header_search p a {
    text-decoration: none;
    color: #7b7b7b;
    margin: 0 2px;
    line-height: 30px;
}

.c2_header_search p a:hover {
    color: #046ebf;
}

.shop_cart {
    float: left;
    border: 2px solid #F6C20E;
    width: 152px;
    height: 44px;
    margin: 37px 0 0 105px;
}

.shop_cart:hover i {
    background: red;
}

.shop_cart:hover a {
    color: #000;
}

.shop_cart:hover {
    border: 2px solid red;
}

.shop_cart i {
    font-size: 30px;
    text-align: center;
    float: left;
    height: 44px;
    width: 44px;
    line-height: 46px;
    color: #fff;
    background: #F6C20E;
}

.shop_cart a {
    float: left;
    line-height: 44px;
    font-size: 15px;
    text-indent: 1em;
    text-decoration: none;
    color: #968f89;
}

.shop_cart span {
    color: #0082ce;
}

.nav_header {
    width: 100%;
    float: left;
    border-top: 1px solid #ececec;
    margin-top: 18px;
    border-bottom: 3px solid #000;
}

.nav_header_ziye {
    width: 100%;
    float: left;
    border-top: 1px solid #ececec;
    margin-top: 18px;
    border-bottom: 3px solid #d2d2d2;
}

.center_nav_header {
    width: 1200px;
    margin: 0 auto;
    height: 52px;
    line-height: 52px;
}

.center_nav_header li {
    list-style: none;
    float: left;
    padding: 0 45px;
    font-size: 17px;
}

.center_nav_header li:hover {
    background: #046ebf;
}

.center_nav_header li:hover a {
    color: #fff;
}

.center_nav_header a {
    text-decoration: none;
    color: #333333;
}

.center_nav_header .active {
    background: #046ebf;
}

.center_nav_header .active a {
    color: #fff;
}


/*end header*/


/*团购推荐产品*/

.tg_tuijian {
    float: left;
    width: 100%;
    margin-top: 18px;
}

.tg_tuijian_more p {
    float: left;
    font-size: 24px;
    color: #0082ce;
    line-height: 48px;
}

.tg_tuijian_more span {
    float: left;
    font-size: 16px;
    font-family: Arial;
    color: #333;
    padding-left: 10px;
    line-height: 52px;
}

.tg_tuijian_more a {
    float: right;
    text-decoration: none;
    color: #999;
    font-size: 16px;
    line-height: 45px;
    margin-right: 40px;
}

.tg_tuijian_more a:hover {
    color: #046ebf;
}

.tg_tuijian_more {
    float: left;
    width: 1200px;
    margin-left: 10px;
    height: 52px;
    background: #fff;
}

.tg_tuijian_more img {
    float: left;
    margin: 0 15px 0 0;
}

.tg_tuijian_more h2 a {
    font-size: 24px;
    color: #0082ce;
    line-height: 45px;
    font-weight: normal;
    float: left;
    margin-right: 0;
}

.center_tg_tuijian {
    width: 1200px;
    margin: 0 auto;
    background: #fff;
    height: 470px;
    overflow: hidden;
}

.center_tg_tuijian ul {
    width: 1210px;
}

.center_tg_tuijian li {
    background: #fff;
    list-style: none;
    *width: 278px;
    width: 278px;
    float: left;
    padding: 5px 11px;
    border-right: 1px solid #e1e1e1;
}

.center_tg_tuijian li:last-child {
    padding-right: 0;
    border-right: none;
}

.center_tg_tuijian li a {
    text-decoration: none;
    font-size: 15px;
    color: #333;
    font-weight: bold;
    line-height: 30px;
}

.center_tg_tuijian li a:hover {
    color: #046ebf;
}

.center_tg_tuijian h3 {
    width: 280px;
    height: 30px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.center_tg_tuijian li p {
    font-size: 13px;
    color: #666;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.center_tg_tuijian li span {
    font-size: 14px;
    color: #e0011b;
    line-height: 40px;
    width: 280px;
}

.center_tg_tuijian li span strong {
    font-size: 20px;
}

.center_tg_tuijian li font {
    color: #999;
    font-size: 12px;
    width: 250px;
}

.center_tg_tuijian li em {
    font-size: 12px;
    font-style: normal;
    margin-left: 50px;
    margin-top: 16px;
}

.xingpin {
    text-align: right;
    width: 260px;
    border-top: 1px solid #e1e1e1;
    padding-top: 10px;
    margin: 0 auto;
}

.xingpin p {
    float: right;
}

.new_goods {
    width: 100%;
    min-width: 1200px;
    float: left;
    height: 585px;
}

.center_new_goods {
    width: 1200px;
    margin: 0 auto;
    margin-top: 32px;
    height: 50px;
    border-bottom: 1px solid #e1e1e1;
}

.center_new_goods li {
    *width: 393px;
    width: 390px;
    text-align: center;
    list-style: none;
    float: left;
    margin: 15px 7.5px 0 0;
}

.center_new_goods li:last-child {
    margin-right: 0;
}

.center_new_goods ul img {
    width: 395px;
    height: 495px;
}

.center_new_goods ul span {
    position: relative;
    z-index: 1;
    display: block;
    background: url(../images/new_goods_span.png);
    height: 148px;
    width: 298px;
    text-align: center;
    margin: -250px auto;
}

.center_new_goods ul h3 {
    font-size: 24px;
    font-weight: bold;
    padding-top: 10px;
    height: 45px;
    overflow: hidden;
}

.center_new_goods ul a {
    text-decoration: none;
}

.center_new_goods ul h3 a {
    color: #373634;
    line-height: 45px;
}

.center_new_goods ul h3 a:hover {
    color: #046ebf;
}

.center_new_goods ul font {
    font-size: 16px;
    color: #fff;
    display: block;
    margin: 0 auto;
    width: 135px;
    height: 35px;
    background: #e6001b;
    line-height: 35px;
}

.center_new_goods ul strong {
    font-size: 24px;
    font-weight: normal;
}

.center_new_goods ul p {
    font-size: 18px;
    color: #373634;
    line-height: 35px;
}


/*团购推荐结束*/


/*绿色食品开始*/

.lvse_tuijian_more p {
    float: left;
    font-size: 22px;
    color: #9ab709;
    line-height: 48px;
    overflow: hidden;
}

.lvse_tuijian_more span {
    float: right;
    font-size: 16px;
    font-family: Arial;
    color: #333;
    margin-left: 10px;
    line-height: 45px;
}

.lvse_tuijian_more a {
    float: right;
    text-decoration: none;
    color: #999;
    font-size: 16px;
    line-height: 45px;
    margin-right: 30px;
}

.lvse_tuijian_more a:hover {
    color: #046ebf;
}

.lvse_tuijian_more {
    float: left;
    width: 1200px;
    margin-left: 10px;
    height: 56px;
}

.lvse_tuijian_more img {
    float: left;
    margin: 0 15px 0 0;
}

.lvse_tuijian_more h2 a {
    font-size: 24px;
    color: #9EB900;
    line-height: 45px;
    font-weight: normal;
    float: left;
    margin-right: 0;
}

.lvse_goods {
    width: 100%;
    min-width: 1200px;
    float: left;
    height: 500px;
    background: #f7f7f7;
}

.center_lvse_goods {
    width: 1200px;
    margin: 30px auto;
    padding-top: 32px;
    height: 55px;
    border-bottom: 1px solid #e1e1e1;
    background: #fff;
    z-index: 1;
}

.center_lvse_goods li {
    width: 392px;
    text-align: center;
    list-style: none;
    float: left;
    padding: 10px 7.5px 0 0;
    background: #fff;
}

.center_lvse_goods li:last-child {
    margin-right: 0;
}

.center_lvse_goods ul img {
    width: 400px;
    height: 400px;
    float: left;
    margin-top: 10px;
}

.center_lvse_goods ul span {
    padding-left: 10px;
    float: left;
    background: #fff;
    padding-top: 5px;
    position: relative;
    display: block;
    height: 200px;
    width: 400px;
    text-align: left;
    overflow: hidden;
}

.center_lvse_goods ul span img {
    width: 190px;
    height: 190px;
    float: right;
    margin-right: 20px;
}

.center_lvse_goods ul span .float {
    float: right;
    width: 190px;
}

.center_lvse_goods ul h3 {
    font-size: 24px;
    font-weight: bold;
    padding-top: 20px;
}

.center_lvse_goods ul a {
    text-decoration: none;
}

.center_lvse_goods ul .float {
    float: right;
}

.center_lvse_goods ul h3 a {
    color: #373634;
}

.center_lvse_goods ul h3 a:hover {
    color: #046ebf;
}

.center_lvse_goods ul a:hover #hover_img {
    margin-top: -120px;
}

.center_lvse_goods ul a:hover #hover_img_b {
    margin-top: -280px;
}

.center_lvse_goods ul font {
    font-size: 18px;
    font-weight: bold;
    display: block;
    color: #e6001b;
    line-height: 85px;
}

.center_lvse_goods ul font:hover {
    color: #046ebf;
}

.center_lvse_goods ul strong {
    font-size: 46px;
    font-weight: normal;
}

.center_lvse_goods ul p {
    font-size: 18px;
    color: #373634;
    line-height: 20px;
    margin-top: 10px;
}


/*绿色食品结束*/


/*民族食品开始*/

.minzu_tuijian_more p {
    float: left;
    font-size: 22px;
    color: #db1922;
    line-height: 48px;
}

.minzu_tuijian_more span {
    float: right;
    font-size: 16px;
    font-family: Arial;
    color: #333;
    margin-left: 10px;
    line-height: 45px;
}

.minzu_tuijian_more a {
    float: right;
    text-decoration: none;
    color: #999;
    font-size: 16px;
    line-height: 45px;
    margin-right: 30px;
}

.minzu_tuijian_more a:hover {
    color: #046ebf;
}

.minzu_tuijian_more {
    float: left;
    width: 1200px;
    padding-left: 10px;
    height: 56px;
}

.minzu_tuijian_more img {
    float: left;
    padding: 0 15px 0 0;
}

.minzu_tuijian_more h2 a {
    font-size: 24px;
    color: #DB1922;
    line-height: 45px;
    font-weight: normal;
    float: left;
    margin-right: 0;
}


/*旅游食品*/

.lvyou_tuijian_more p {
    float: left;
    font-size: 22px;
    color: #ff7d11;
    line-height: 48px;
}

.lvyou_tuijian_more span {
    float: right;
    font-size: 16px;
    font-family: Arial;
    color: #333;
    margin-left: 10px;
    line-height: 45px;
}

.center_lvyou_goods .lvyou_tuijian_more a {
    float: right;
    text-decoration: none;
    color: #999;
    font-size: 16px;
    line-height: 45px;
    margin-right: 30px;
}

.lvyou_tuijian_more a:hover {
    color: #046ebf;
}

.lvyou_tuijian_more {
    float: left;
    width: 1200px;
    margin-left: 10px;
    height: 52px;
}

.lvyou_tuijian_more img {
    float: left;
    margin: 0 15px 0 0;
}

.center_lvyou_goods .lvyou_tuijian_more h2 a {
    font-size: 24px;
    color: #FF790D;
    line-height: 45px;
    font-weight: normal;
    float: left;
    margin-right: 0;
}

.lvyou_goods {
    width: 100%;
    min-width: 1200px;
    float: left;
    height: 500px;
    overflow: hidden;
    background: #f7f7f7;
}

.center_lvyou_goods {
    width: 1200px;
    margin: 0 auto;
    margin-top: 32px;
    height: 55px;
    border-bottom: 1px solid #e1e1e1;
    background: #fff;
    z-index: 1;
}

.center_lvyou_goods li {
    width: 279px;
    height: 370px;
    list-style: none;
    float: left;
    padding: 25px 10.5px;
    background: #fff;
}

.center_lvyou_goods li a {
    color: #333;
    font-size: 14px;
    height: 28px;
    overflow: hidden;
}

.center_lvyou_goods li p {
    float: left;
    height: 44px;
    overflow: hidden;
}

.center_lvyou_goods a:hover {
    color: #046ebf;
}

.center_lvyou_goods font {
    font-size: 16.36px;
    color: #e0011b;
}

.center_lvyou_goods font strong {
    font-size: 23.36px;
    font-weight: normal;
}

.center_lvyou_goods li:hover #hover_img {
    margin-top: -350px;
}

.center_lvyou_goods li a:hover #hover_img {
    margin-top: -180px;
    display: block;
    margin-bottom: 100px;
}


/*友情链接*/

.f_link {
    width: 100%;
    height: 140px;
    float: left;
    overflow: hidden;
    background: #f7f7f7;
    border-bottom: 1px solid #e1e1e1;
}

.f_link_center {
    width: 1165px;
    margin: 0 auto;
}

.f_link_center p {
    margin: 10px 20px;
}

.f_link_center a {
    margin: 15px 10px;
    text-decoration: none;
    color: #8a8686;
    font-size: 12px;
    line-height: 20.99px;
}

.f_link_center a:hover {
    color: #046ebf;
}


/*电话*/

.dianhuan {
    width: 100%;
    float: left;
    border-bottom: 1px solid #e1e1e1;
    overflow: hidden;
}

.center_dianhua {
    width: 1200px;
    margin: 0 auto;
}

.center_dianhua img {
    float: left;
    margin-left: 30px;
}

.center_dianhua .footer_tell {
    float: right;
    width: 135px;
    text-align: center;
}

.footer_tell span {
    float: left;
    font-size: 21.99px;
    font-family: Arial;
    color: #000;
    line-height: 40px;
}

.footer_tell img {
    float: left;
    margin: 0;
}

.footer_tell i {
    float: left;
    font-size: 28px;
    margin-left: 10px;
}

.footer_tell a {
    font-size: 16px;
    color: #fff;
    background: #046ebf;
    float: left;
    width: 135px;
    height: 35px;
    line-height: 35px;
}

.footer_tell a:hover {
    background: #FB9F16;
}


/*底部版权*/


/* .footer {
  width: 100%;
  height: 65px;
  float: left;
  padding-top: 10px;
  background: #f7f7f7;
} */

.footer_center {
    width: 745px;
    margin: 0 auto;
    line-height: 20px;
    font-size: 11.99px;
}

.footer_center p {
    float: left;
    width: 575px;
    color: #666;
    font-size: 12px;
}

.footer_center a {
    text-decoration: none;
    color: #666;
}

.footer_center a:hover {
    color: #046ebf;
}

.background_img {
    z-index: -2;
    width: 100%;
}

.background_left {
    position: absolute;
    left: 0;
    top: 1600px;
    z-index: -2;
}

.background_right {
    position: absolute;
    right: 0;
    top: 2600px;
    z-index: -2;
}


/*banner*/

.slides {
    width: 100%;
    height: 575px;
    position: relative;
    overflow: hidden;
}

.slideInner {
    height: 575px;
    position: relative;
    left: 0;
    margin-left: 0;
}

.slideInner a {
    display: block;
    height: 400px;
    background-size: cover;
    background-position: center center;
    position: relative;
    text-align: center;
    z-index: 1;
}

.nav {
    width: 1200px;
    position: relative;
    left: 50%;
    margin-left: -600px;
    display: none;
}

.nav a {
    display: block;
    width: 41px;
    height: 119px;
    opacity: .2;
    z-index: 9;
}

.nav a.prev {
    position: absolute;
    left: 0;
    top: -280px;
    margin-top: -58px;
    background: url(../images/ban_pre.png) no-repeat;
}

.nav a.next {
    position: absolute;
    right: 0;
    top: -280px;
    margin-top: -58px;
    background: url(../images/ban_next.png) no-repeat;
}

.center_tg_tuijian #hover_img {
    width: 100%;
    height: 50px;
    margin-bottom: 100px;
    display: none;
}

.center_tg_tuijian li:hover #hover_img {
    display: block;
    margin-top: -150px;
}

.center_lvse_goods #hover_img {
    width: 190px;
    height: auto;
}

.center_lvse_goods #hover_img_b {
    width: 400px;
    height: auto;
}

.center_lvyou_goods #hover_img {
    width: 100%;
    height: 80px;
    display: none;
    *float: left;
}


/*头部全部分类导航*/

.category-2015 {
    position: relative;
    z-index: 20;
    height: 52px;
    width: 120px;
}

.category-2015 .allsort {
    display: none;
    width: 210px;
    height: auto;
    margin-left: -45px;
    *margin-left: -147px;
    *top: 50px;
    position: absolute;
    border-top: 3px solid #e1e1e1;
    background-color: #fafafa;
    z-index: 25;
}

.category-2015 h2 {
    font-size: 17px;
    font-weight: normal;
    color: #fff;
    height: 50px;
}

.category-2015 .ld {
    height: 50px;
    float: left;
}

.category-2015 .ld:hover .allsort {
    display: block;
}

.category-2015 .category-son a {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.category-2015 .allsort p {
    display: none;
}

.allsort h3 {
    float: left;
    font-size: 16px;
    font-weight: normal;
    line-height: 50px;
}

.allsort img {
    float: left;
    padding-top: 6px;
}

#lvsechanpin,
#minzushangpin,
#lvyoushangpin,
#meishituangou,
#suoyoushangpin {
    float: left;
}

#lvsechanpin a {
    color: #95b73f;
    float: left;
    width: 210px;
    border-bottom: 1px solid #e1e1e1;
}

#minzushangpin a {
    color: #0082ce;
    float: left;
    width: 210px;
    border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
}

#lvyoushangpin a {
    color: #a11bd3;
    float: left;
    width: 210px;
    border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
}

#meishituangou a {
    color: #ff6a00;
    float: left;
    width: 210px;
    border-top: 1px solid #e1e1e1;
}

#suoyoushangpin a {
    color: #333333;
    font-size: 16px;
    float: left;
    width: 210px;
}

#suoyoushangpin {
    background: #f1f1f1;
}

#suoyoushangpin:hover p {
    display: block;
    width: 135px;
    margin: 0 auto;
}

#lvsechanpin:hover p {
    display: block;
    width: 135px;
    margin: 0 auto;
}

#lvyoushangpin:hover p {
    display: block;
    width: 135px;
    margin: 0 auto;
}

#minzushangpin:hover p {
    display: block;
    width: 135px;
    margin: 0 auto;
}

#meishituangou:hover p {
    display: block;
    width: 135px;
    margin: 0 auto;
}

#lvsechanpin p a,
#minzushangpin p a,
#lvyoushangpin p a,
#meishituangou p a,
#suoyoushangpin p a {
    color: #999;
    font-size: 12px;
    float: left;
    border: none;
    line-height: 30px;
    width: auto;
    padding-left: 5px;
}

#lvsechanpin p a:hover {
    color: #0082ce;
}

#minzushangpin p a:hover {
    color: #0082ce;
}

#lvyoushangpin p a:hover {
    color: #0082ce;
}

#meishituangou p a:hover {
    color: #0082ce;
}

#suoyoushangpin p a:hover {
    color: #0082ce;
}

.nav_jiantou {
    float: right;
}


/*流程开始*/

.liucheng_nav {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 34px;
}

.liucheng_nav li {
    list-style: none;
    font-size: 18px;
    height: 60px;
    line-height: 60px;
    padding-left: 10px;
}

.liucheng_nav li img {
    margin-left: 8px;
}

.lc_content {
    width: 100%;
    float: left;
    margin-top: 12px;
}

.lc_content_center {
    width: 1200px;
    margin: 0 auto;
}

.lc-content-center-h1 {
    height: 180px;
    background: url(../images/nav-h1.jpg);
    text-align: center;
}

.lc-content-center-h1 h1 {
    font-size: 47.82px;
    color: #fff;
    font-weight: normal;
    line-height: 45.65px;
    padding-top: 40px;
}

.lc-content-center-h1 span {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    line-height: 40px;
}

.lc-content-center-h1 p {
    font-size: 17.93px;
    color: #fff;
}

.lc-centent-center-title {
    width: 1200px;
    height: 94px;
    margin: 0 auto 0 auto;
    text-align: center;
    background: url(../images/lc_content_nav.png) no-repeat;
    background-position: center;
}

.lc-centent-center-title h3 {
    line-height: 94px;
    font-size: 18px;
    color: #fff;
    font-weight: normal;
}

.lc-centent-center-body {
    padding-top: 20px;
    width: 1150px;
    height: auto;
    min-height: 450px;
    margin: 0 auto;
    line-height: 28px;
    text-indent: 2em;
    font-size: 14px;
}


/*商品列表开始*/

.list-goods-body {
    width: 100%;
    background: #f7f7f7;
    float: left;
    height: auto;
}

.goods-position,
#goods-shaixuan {
    width: 1200px;
    margin: 0 auto;
}

.goods-position p {
    line-height: 46px;
    color: #666666;
    width: 1000px;
    white-space: nowrap;
    overflow: hidden;
}

.goods-position span {
    margin: 0 10px 0 10px;
    color: #666666;
    text-align: center;
}


/*联动筛选框*/

#goods-shaixuan dd {
    list-style: none;
    float: left;
    cursor: pointer;
    margin: 10px;
    padding: 8px 15px;
}

#goods-shaixuan dt {
    float: right;
    padding: 8px 15px;
    margin: 10px;
}

#goods-shaixuan p {
    float: left;
    width: 82px;
    text-align: right;
    padding-top: 17px;
}

#goods-shaixuan .tp {
    position: relative;
    background: url(../images/shaixuan-bg.png) no-repeat;
    background-position: right;
    border: 1px solid #ffba00;
    padding: 7px 14px;
}

.cp {
    position: relative;
    background: url(../images/tuangou-bg.png) no-repeat;
    background-position: right;
    border: 1px solid #0082ce;
}

.shaixuan-main,
.shaixuan-time,
.shaixuan-hot,
.shaixuan-address,
.shaixuan-pro {
    float: left;
    width: 1200px;
    border-bottom: 1px dashed #e1e1e1;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
}

.shaixuan-connt {
    float: left;
    width: 1200px;
    border-bottom: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
}

.shaixuan-main {
    border-top: 1px solid #e1e1e1;
}

#haha0,
#haha1,
#haha2,
#haha3,
#haha4,
#haha5 {
    background: url(../images/close.png) no-repeat;
    background-position: right;
    display: none;
    text-align: center;
    border: 1px dashed #e1e1e1;
    cursor: pointer;
    padding: 6px;
    height: 30px;
    margin: 8px 10px 0 10px;
    line-height: 30px;
}

#haha6 {
    display: inline;
    text-align: center;
    background: red;
    color: #fff;
    cursor: pointer;
    padding: 6px;
    height: 30px;
    margin: 8px 10px 0 50px;
    line-height: 30px;
}

.list_good_sort {
    float: left;
    width: 100%;
    margin-top: 10px;
    vertical-align: middle;
}

.list_good_sort ul {
    width: 1200px;
    margin: 0 auto;
    list-style: none;
    height: 50px;
    border: 1px solid #e6e6e6;
}

.list_good_sort li {
    float: left;
    width: 159px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-right: 1px solid #e6e6e6;
}

.list_good_sort #last_good_sort {
    border-right: none;
    width: 360px;
    display: inline;
}

.list_good_sort a {
    text-decoration: none;
    color: #333;
    font-size: 13px;
}

.list_good_sort input {
    vertical-align: middle;
    text-indent: 0;
    color: #333;
    width: 50px;
    height: 25px;
    float: none;
    position: relative;
    line-height: 25px;
    border: 0;
    outline: 0;
}

.list_good_sort .low-price {
    position: relative;
    width: 70px;
    height: 25px;
    display: inline-block;
    *display: inline;
    border: 1px solid #e1e1e1;
    top: -2px;
    line-height: 25px;
}

.list_good_sort .high-price {
    position: relative;
    width: 70px;
    height: 25px;
    display: inline-block;
    *display: inline;
    border: 1px solid #e1e1e1;
    top: -2px;
    line-height: 25px;
}

.list_good_sort #last_good_sort {
    float: left;
    vertical-align: middle;
}

.list_good_sort #last_good_sort p {
    display: inline-block;
    *display: inline;
}

.list_good_sort #last_good_sort #ready {
    position: relative;
    display: inline-block;
    width: 42px;
    height: 25px;
    border: 1px solid #e1e1e1;
    line-height: 25px;
    top: -1px;
    left: 10px;
}


/*列表页中间产品部分*/

.goods-list {
    width: 100%;
    height: auto;
    float: left;
    min-height: 400px;
}

.goods-list .c-goods-list {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.c-goods-list ul {
    width: 1250px;
    margin-left: -7px;
    min-height: 400px;
}

.c-goods-list ul li {
    list-style: none;
    float: left;
    margin: 7px 8px 7px 7px;
    width: 288px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}

.c-goods-list h3 {
    font-size: 15px;
    color: #333;
    text-align: center;
    height: 21px;
    overflow: hidden;
    margin-top: 10px;
}

.c-goods-list h3 a {
    color: #333;
    line-height: 21px;
}

.c-goods-list ul li a {
    display: block;
    overflow: hidden;
}

.c-goods-list h3:hover a {
    color: #046ebf;
}

.c-goods-list p {
    text-align: center;
    font-size: 14px;
    color: #666;
    line-height: 30px;
    margin-bottom: 8px;
    height: 30px;
    overflow: hidden;
}

.c-goods-list font {
    display: block;
    font-size: 24.26px;
    width: 275px;
    margin: 0 auto 5px;
    color: #ea001c;
    line-height: 42px;
    white-space: inline;
}

.c-goods-list span {
    font-size: 16.98px;
}

.c-goods-list #hover_img {
    width: 99%;
    height: 50px;
    margin-bottom: 100px;
    display: none;
}

.c-goods-list li:hover #hover_img {
    display: block;
    margin-top: -150px;
}

.c-goods-list em {
    font-size: 14px;
    font-style: normal;
}

.c-goods-list s {
    font-size: 12px;
    color: #666;
}

.c-goods-list font a {
    float: right;
    width: 122px;
    *margin-top: -42px;
}

.new {
    position: absolute;
    display: none;
    top: 0;
    right: 0;
}

.hot .new {
    display: block;
}

.art-goods-body {
    width: 100%;
    float: left;
}

.art-goods-center {
    width: 1200px;
    margin: 0 auto;
}

.t-art-goods {
    width: 1198px;
    height: 475px;
    margin: 15px auto;
    border: 1px solid #e1e1e1;
}


/*商品图*/

.t-art-goods-img {
    width: 430px;
    height: 430px;
    float: left;
}

.t-art-goods-img img {
    margin: 15px;
}

.t-art-goods-img .share {
    background: url(../images/share.jpg) no-repeat;
    height: 36px;
    width: 386px;
    line-height: 40px;
    margin-left: 35px;
    margin-top: 30px;
}

.t-art-goods-img .share a {
    color: #999;
    float: left;
    text-align: center;
    width: 110px;
    margin-left: 20px;
}

.t-art-goods-img .share a:hover {
    color: #0082ce;
}

.t-art-goods-img .share span {
    cursor: pointer;
    float: right;
    width: 50px;
    padding-left: 10px;
    border-left: 1px solid #e1e1e1;
    line-height: 20px;
    margin-top: 10px;
}

.t-art-goods-img .share i {
    color: #333;
}


/* 放大镜效果*/

.t-art-goods-img .tb-pic a {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.t-art-goods-img .tb-pic a img {
    vertical-align: middle;
}

.t-art-goods-img .tb-pic a {
    *display: block;
    *font-family: Arial;
    *line-height: 1;
}

.t-art-goods-img .tb-s310,
.tb-s310 a {
    height: 400px;
    width: 400px;
}

.t-art-goods-img .tb-s310,
.tb-s310 img {
    max-height: 400px;
    max-width: 400px;
}

.t-art-goods-img div.zoomDiv {
    z-index: 999;
    position: absolute;
    margin-top: 20px;
    left: 0px;
    width: 200px;
    height: 200px;
    background: #ffffff;
    border: 1px solid #CCCCCC;
    display: none;
    text-align: center;
    overflow: hidden;
}

.t-art-goods-img div.zoomMask {
    position: absolute;
    background: url("../images/mask.png") repeat scroll 0 0 transparent;
    cursor: move;
    z-index: 1;
}


/*顶部产品详情中间标题栏*/

.t-art-goods-title {
    width: 555px;
    height: 475px;
    float: left;
    margin-left: 10px;
    border-right: 1px solid #f1f1f1;
}

.t-art-goods-h1 {
    margin-top: 22px;
}

.t-art-goods-h1 h1 {
    font-size: 24px;
    font-weight: normal;
    line-height: 24px;
}

.t-art-goods-h1 p {
    font-size: 14px;
    color: #666;
    line-height: 52px;
}

.t-art-goods-h1 span {
    float: left;
    font-size: 14px;
    color: #fff;
    width: 532px;
    height: 65px;
    background: #0082ce;
    line-height: 65px;
    text-indent: 2em;
}

.t-art-goods-h1 strong {
    font-size: 30px;
}

.t-art-goods-h1 s {
    margin-left: 10px;
}

.t-art-goods-h1 font {
    float: left;
    display: block;
    height: 40px;
    margin-left: 20px;
    line-height: 40px;
    color: #888;
    font-size: 12px;
}

.t-art-goods-h1 em {
    margin-top: 12px;
    font-style: normal;
    color: #888;
    width: 350px;
    float: left;
    font-size: 12px;
}

.t-art-goods-gm {
    width: 500px;
    float: left;
    margin-left: 10px;
    margin-top: 30px;
}

.t-art-goods-gm .num_box {
    float: left;
    font-size: 14px;
    color: #888;
    margin-left: 10px;
}

.t-art-goods-gm .num_box span {
    float: left;
    width: 23px;
    height: 23px;
    display: inline-block;
    border: 1px solid #dfdfdf;
    text-align: center;
    line-height: 23px;
    margin: 0 6px;
}

.t-art-goods-gm .num_box input {
    float: left;
    width: 50px;
    height: 23px;
    border: 1px solid #dfdfdf;
    display: inline-block;
    text-align: center;
    line-height: 24px;
}

.t-art-goods-gm .num_box font {
    float: left;
    margin: 0 10px 0 0;
    display: inline-block;
    line-height: 25px;
    font-size: 14px;
}

.t-art-goods-bt {
    float: left;
    margin-left: 10px;
    margin-top: 50px;
    font-size: 12px;
}

.t-art-goods-bt span {
    float: left;
    width: 152px;
    height: 52px;
    background: #d90916;
    line-height: 52px;
    font-size: 15px;
}

.t-art-goods-bt a {
    float: left;
    color: #fff;
    text-align: center;
    margin-left: 10px;
    font-size: 15px;
}

.t-art-goods-bt img {
    float: left;
    margin: 10px 0 8px 17px;
}

.t-art-goods-bt p {
    float: left;
    font-size: 12px;
    color: #666666;
    line-height: 24px;
    margin-top: 25px;
    width: 535px;
}

.t-art-goods-bt font {
    display: block;
    width: 335px;
    font-size: 12px;
}

.t-art-goods-bt strong {
    font-weight: normal;
    float: left;
    height: 60px;
}


/*底部产品详情右侧推荐产品*/

.t-art-goods-tuijian {
    float: left;
    width: 202px;
    height: 475px;
}

.t-art-goods-tuijian ul {
    width: 170px;
    margin: 0 auto;
    text-align: center;
}

.t-art-goods-tuijian p {
    line-height: 32px;
    font-size: 13px;
    color: #333;
    text-align: center;
}

.t-art-goods-tuijian a {
    float: left;
    width: 170px;
    line-height: 24px;
    font-size: 13px;
    color: #333;
}

.t-art-goods-tuijian a:hover {
    color: #046ebf;
}

.t-art-goods-tuijian font {
    font-size: 14.38px;
    color: #ea001c;
}

.t-art-goods-tuijian span {
    font-size: 11.1px;
    color: #ea001c;
}

.c-art-goods-jieshao {
    float: left;
    width: 882px;
    /* text-align: center; */
}

.c-art-goods-jieshao-top {
    float: left;
    width: 882px;
    height: auto;
    border: 1px solid #dddddd;
    line-height: 55px;
    font-size: 14px;
    color: #333;
}

.c-art-goods-jieshao-bottom {
    float: left;
    width: 882px;
    overflow: hidden;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

.c-art-goods-tuijian {
    float: right;
    width: 300px;
    height: auto;
    border: 1px solid #e0e0e0;
    margin-right: 0;
}

.c-art-goods-tuijian p {
    text-align: center;
    color: #333;
    font-size: 14px;
    line-height: 50px;
    border-bottom: 1px solid #e0e0e0;
}

.c-art-goods-tuijian ul {
    /* width: 272px; */
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 0 14px;
    box-sizing: border-box;
}

.c-art-goods-tuijian a {
    float: left;
    width: 272px;
    line-height: 35px;
    font-size: 15px;
    color: #333;
    overflow: hidden;
}

.c-art-goods-tuijian a:hover {
    color: #046ebf;
}

.c-art-goods-tuijian font {
    font-size: 22px;
    color: #ea001c;
    display: block;
    margin-bottom: 28px;
}

.c-art-goods-tuijian span {
    font-size: 16.98px;
    color: #ea001c;
}


/*积分详情页结束*/


/*商品详细页开始*/

.t-goods-xiangxi {
    width: 1198px;
    height: 670px;
    margin: 15px auto;
    border: 1px solid #e1e1e1;
}


/*商品图*/

.t-goods-xiangxi-img {
    width: 543px;
    height: 670px;
    float: left;
}

.t-goods-xiangxi .share {
    background: url(../images/share.jpg) no-repeat;
    height: 36px;
    width: 286px;
    line-height: 40px;
    margin-left: 35px;
    margin-top: 30px;
}

.t-goods-xiangxi .share a {
    color: #999;
    float: left;
    text-align: center;
    width: 110px;
    margin-left: 20px;
}

.t-goods-xiangxi .share a:hover {
    color: #0082ce;
}


/*顶部产品详情右侧标题栏*/

.t-goods-xiangxi-title {
    width: 637px;
    height: 475px;
    float: left;
}

.t-goods-xiangxi-h1 {
    margin-top: 22px;
}

.t-goods-xiangxi h1 {
    font-size: 24px;
    font-weight: normal;
    line-height: 24px;
}

.t-goods-xiangxi p {
    font-size: 14px;
    color: #666;
    line-height: 52px;
}

.t-goods-xiangxi-h1 span {
    float: left;
    font-size: 14px;
    color: #fff;
    width: 637px;
    height: 65px;
    background: #0082ce;
    line-height: 65px;
    text-indent: 2em;
}

.t-goods-xiangxi strong {
    font-size: 30px;
}

.t-goods-xiangxi s {
    margin-left: 10px;
}

.t-goods-xiangxi-h1 font {
    font-size: 14px;
    float: left;
    display: block;
    height: 40px;
    margin-left: 20px;
    line-height: 40px;
    color: #888;
}

.t-goods-xiangxi-h1 em {
    font-size: 14px;
    margin-top: 12px;
    font-style: normal;
    color: #888;
    width: 350px;
    float: left;
}

.t-goods-xiangxi-gm {
    width: 647px;
    height: 50px;
    float: left;
    margin-left: 10px;
    margin-top: 30px;
}

.t-goods-xiangxi-gm .num_box {
    float: left;
    font-size: 16px;
    color: #888;
    margin-left: 10px;
    height: 50px;
}

.t-goods-xiangxi-gm .jiajian {
    float: left;
    height: 50px;
    width: 30px;
}

.t-goods-xiangxi-gm .jiajian span {
    cursor: pointer;
    font-size: 16px;
    text-indent: 0;
    background: #fff;
    color: #333;
    float: left;
    width: 23px;
    height: 23px;
    border: 1px solid #dfdfdf;
    text-align: center;
    line-height: 23px;
    margin: 0 6px;
}

.t-goods-xiangxi-gm .num_box input {
    color: #333;
    font-size: 16px;
    float: left;
    width: 52px;
    height: 52px;
    border: 1px solid #dfdfdf;
    display: inline-block;
    text-align: center;
    line-height: 52px;
}

.t-goods-xiangxi-gm p font {
    float: left;
    margin: 0 10px 0 0;
    display: inline-block;
    line-height: 50px;
}

.t-goods-xiangxi-gm .num_box a {
    float: left;
    text-indent: 0;
    width: 25px;
    margin: 0 6px;
}

.t-goods-xiangxi-bt {
    float: left;
    margin-left: 10px;
    margin-top: 50px;
}

.t-goods-xiangxi-bt span {
    float: left;
    width: 152px;
    height: 52px;
    margin-left: 70px;
    background: #d90916;
    line-height: 52px;
    font-size: 15px;
}

.t-goods-xiangxi-bt a {
    float: left;
    color: #fff;
    text-align: center;
    text-indent: 10px;
    font-size: 15px;
}

.t-goods-xiangxi-bt img {
    float: left;
    margin: 8px 0 8px 17px;
}

.t-goods-xiangxi-bt p {
    float: left;
    font-size: 13px;
    color: #666666;
    line-height: 24px;
    margin-top: 25px;
    width: 535px;
}

.t-goods-xiangxi-bt font {
    display: block;
    width: 335px;
}

.t-goods-xiangxi-bt strong {
    font-weight: normal;
    float: left;
    height: 60px;
    font-size: 13px;
}

.t-goods-xiangxi-bt #lijigoumai {
    margin-left: 15px;
    float: left;
    width: 152px;
    height: 52px;
    background: #fd4e26;
    line-height: 52px;
    font-size: 15px;
}

.t-goods-xiangxi-bt #lijigoumai a {
    text-align: center;
    width: 152px;
}


/*规格选择*/

.xz-guige {
    width: 575px;
    float: left;
    background: #fff;
    margin-top: 20px;
    height: 160px;
}

.xz-guige p {
    float: left;
    margin-left: 20px;
    color: #888;
    height: 60px;
}

.xz-guige ul {
    float: left;
    width: 480px;
    overflow: hidden;
}

.xz-guige dd {
    cursor: pointer;
    margin-top: 10px;
    margin-left: 20px;
    float: left;
    width: 216px;
    height: 40px;
    border: 1px solid #e8e8e8;
    line-height: 40px;
    color: #333333;
}

.xz-guige dd span {
    font-size: 14px;
    text-indent: 1em;
    float: left;
    width: 216px;
    height: 40px;
    line-height: 40px;
    color: #333333;
}


/*图片放大镜样式*/

.jqzoom {
    float: left;
    border: none;
    position: relative;
    padding: 0px;
    cursor: pointer;
    margin: 0px;
    display: block;
}

.zoomdiv {
    z-index: 100;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 350px;
    height: 350px;
    background: #ffffff;
    border: 1px solid #CCCCCC;
    display: none;
    text-align: center;
    overflow: hidden;
}

.jqZoomPup {
    z-index: 10;
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 20px;
    border: 1px solid #aaa;
    background: #ffffff/*url(../images/mask.png) 30% center no-repeat*/
    ;
    opacity: 0.3;
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    filter: alpha(opacity=30);
}


/*图片小图预览列表*/

.spec-preview {
    width: 500px;
    height: 500px;
    margin: 15px 15px 0 15px;
}

.specc-preview {
    width: 400px;
    height: 400px;
    margin: 0 15px 0 15px;
}

.spec-scroll {
    clear: both;
    width: 500px;
    margin: 5px auto;
}

.spec-scroll .prev {
    float: left;
}

.spec-scroll .next {
    float: right;
    margin-right: 10px;
}

.spec-scroll .prev,
.spec-scroll .next {
    display: block;
    font-family: "宋体";
    text-align: center;
    width: 25px;
    height: 80px;
    line-height: 80px;
    border: 1px solid #CCC;
    background: #eeeeee;
    cursor: pointer;
    text-decoration: none;
}

.spec-scroll .items {
    position: relative;
    width: 270px;
    height: 90px;
    overflow: hidden;
    margin: 0 auto;
}

.spec-scroll .items ul {
    position: absolute;
    width: 999px;
    height: 56px;
}

.spec-scroll .items ul li {
    float: left;
    width: 90px;
    text-align: center;
}

.spec-scroll .items ul li img {
    border: 1px solid #CCC;
    padding: 2px;
    width: 80px;
    height: 80px;
}

.spec-scroll .items ul li img:hover {
    border: 2px solid #046ebf;
    padding: 1px;
}

.t-goods-xiangxi-img .share {
    margin-top: 0;
    background: url(../images/share.jpg) no-repeat;
    height: 36px;
    width: 400px;
    line-height: 40px;
    margin-left: 105px;
}

.t-goods-xiangxi-img .share a {
    color: #999;
    float: left;
    text-align: center;
    width: 110px;
    margin-left: 20px;
}

.t-goods-xiangxi-img .share a:hover {
    color: #0082ce;
}

.t-goods-xiangxi-img .share span {
    cursor: pointer;
    float: right;
    width: 50px;
    padding-left: 10px;
    border-left: 1px solid #e1e1e1;
    line-height: 20px;
    margin-top: 10px;
}

.t-goods-xiangxi-img .share i {
    color: #333;
}

#blue {
    color: #045ebf;
}

.xz-guige .ap {
    background: url(../images/goumai-bg.png) no-repeat;
    background-position: right;
    border: 1px solid #c40000;
}

.c-art-goods-jieshao-top .tab {
    overflow: hidden;
    float: left;
    width: 884px;
    text-align: center;
}

.c-art-goods-jieshao-top .tab a {
    display: block;
    float: left;
    text-decoration: none;
    color: #333;
    width: 49.88%;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    background-color: #f7f7f7;
}

.c-art-goods-jieshao-top .tab a:hover {
    color: #046ebf;
    text-decoration: none;
    border-bottom: 1px solid #fff;
    background-color: #fff;
}

.c-art-goods-jieshao-top .tab a.on {
    color: #e4000f;
    text-decoration: none;
    border-bottom: 1px solid #fff;
    background-color: #fff;
}

.c-art-goods-jieshao-top .content1 {
    height: auto;
    min-height: 400px;
    overflow: hidden;
    width: 850px;
    margin: 0 auto;
    padding-top: 20px;
}

.c-art-goods-jieshao-top .content1 li {
    display: none;
}


/*团购页面产品*/

.tg_content {
    float: left;
    width: 100%;
    margin-top: 18px;
    border-bottom: 1px solid #e1e1e1;
}

.center_tg_content {
    width: 1200px;
    margin: 0 auto;
    background: #fff;
    height: auto;
    overflow: hidden;
}

.center_tg_content ul {
    width: 1215px;
}

.center_tg_content li {
    background: #fff;
    list-style: none;
    width: 280px;
    *width: 278px;
    float: left;
    padding: 12px 8px;
    border-right: 6px solid #f7f7f7;
    border-top: 6px solid #f7f7f7;
}

.center_tg_content li:last-child {
    padding-right: 0;
    border-right: none;
}

.center_tg_content li a {
    text-decoration: none;
    font-size: 15px;
    color: #333;
    font-weight: bold;
    line-height: 30px;
}

.center_tg_content li a:hover {
    color: #046ebf;
}

.center_tg_content h3 {
    width: 280px;
    height: 30px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.center_tg_content li p {
    font-size: 13px;
    color: #666;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.center_tg_content li span {
    font-size: 14px;
    color: #e0011b;
    line-height: 40px;
    width: 280px;
}

.center_tg_content li span strong {
    font-size: 20px;
}

.center_tg_content li font {
    color: #999;
    font-size: 12px;
    width: 250px;
}

.center_tg_content li em {
    font-size: 12px;
    font-style: normal;
    float: right;
    *float: none;
    *padding-left: 70px;
    margin-top: 16px;
}

.xingpin {
    text-align: right;
    width: 260px;
    border-top: 1px solid #e1e1e1;
    padding-top: 10px;
    margin: 0 auto;
}

.xingpin p {
    float: right;
}

.center_tg_content #hover_img {
    width: 100%;
    height: 50px;
    margin-bottom: 100px;
    display: none;
}

.center_tg_content li:hover #hover_img {
    display: block;
    margin-top: -150px;
}

.sitemap-h1 {
    width: 1200px;
    margin: 0 auto;
}

.sitemap-h1 h1 {
    width: 1200px;
    float: left;
    margin-left: 10px;
    font-size: 24px;
    font-weight: normal;
    color: #085eb3;
}

.sitemap-content {
    overflow: hidden;
    width: 1200px;
    margin: 40px auto;
    background: url(../images/sitemap-bg.jpg) no-repeat;
    height: auto;
    min-height: 600px;
}

.sitemap-content ul {
    width: 1400px;
    float: left;
    margin-left: 10px;
    margin-top: 80px;
}

.sitemap-content li {
    text-align: center;
    float: left;
    width: 130px;
    height: 35px;
    background: #f5f5f5;
    line-height: 35px;
    margin-right: 70px;
    border-left: 1px solid #138dd0;
}

.sitemap-content a {
    color: #444;
    font-size: 15px;
}

.sitemap-content li:hover a {
    color: #0082ce;
}

.vip {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.vip-zhuanxiang {
    background: url(../images/vip-zhuanxiang.jpg);
    float: left;
    width: 1200px;
    height: 270px;
    overflow: hidden;
    border-bottom: 1px solid #dbdbdb;
}

.vip-zhuanxiang p {
    float: left;
    text-indent: 2em;
    width: 730px;
    font-size: 14px;
    line-height: 30px;
    color: #333;
    margin-top: 165px;
    margin-left: 10px;
}

.vip-tequan {
    float: left;
    margin-top: 20px;
}

.vip-tequan-h1 {
    float: left;
    width: 1200px;
    height: 64px;
    background: url(../images/vip-tequan.jpg) no-repeat;
}

.vip-tequan-h1 p {
    text-align: center;
    font-size: 30px;
    color: #000;
    line-height: 64px;
}

.vip-tequan-h1 h1 {
    font-weight: normal;
}

.vip-content {
    float: left;
    width: 1200px;
    height: 720px;
    background: url(../images/vip-content-bg.jpg) no-repeat;
    background-position: center;
}

.vip-content-p {
    float: left;
    width: 50%;
    height: 340px;
}

.vip-content-p p {
    float: left;
    width: 540px;
    height: auto;
    overflow: hidden;
    margin: 100px 0 0 50px;
    font-size: 16px;
    line-height: 30px;
}

.vip-content-p em {
    float: left;
    font-size: 72px;
    color: #f0bf03;
    width: 60px;
    line-height: 70px;
    font-style: italic;
    height: 80px;
}

.vip-content-p strong {
    float: left;
    font-size: 30px;
    color: #f0bf03;
    width: 480px;
    font-weight: normal;
    line-height: 40px;
}

.vip-content-img {
    float: left;
    width: 50%;
}

.all-pingjia {
    float: left;
    width: 430px;
    height: 115px;
    margin-top: 28px;
    border-left: 1px dashed #d0d0d0;
    padding-left: 35px;
}

.all-pingjia p {
    float: left;
    width: 430px;
    line-height: 40px;
    font-size: 14px;
    color: #333;
    text-align: left;
}

.all-pingjia span {
    float: left;
    width: 88px;
    height: 30px;
    border: 1px solid #dddddd;
    line-height: 30px;
    margin: 0 6px 7px 0;
    font-size: 13px;
    color: #444444;
}

.all-pingjia font {
    color: #999999;
}

.pjxq {
    width: 882px;
    float: left;
}

.t-pjxq {
    width: 865px;
    float: left;
    height: 43px;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}

.t-pjxq p {
    float: left;
    line-height: 45px;
    font-size: 14px;
    color: #333333;
    margin-left: 20px;
    width: 200px;
}

.t-pjxq ul {
    float: right;
    width: auto;
    margin-right: 10px;
}

.t-pjxq dt {
    font-size: 12px;
    color: #666;
    cursor: pointer;
    float: left;
    display: block;
    padding: 0 6px;
    height: 30px;
    margin-left: 10px;
    margin-top: 8px;
    line-height: 30px;
}

.t-pjxq .on {
    background: #e4000f;
    color: #fff;
}

.t-pjxq dt:hover {
    background: #e4000f;
    color: #fff;
}

.c-pjxq {
    float: left;
    width: 882px;
    height: auto;
    padding-bottom: 20px;
    border-bottom: 1px dashed #ededed;
}

.l-c-pjxq {
    float: left;
    width: 100px;
    height: 180px;
    margin-top: 25px;
    text-align: center;
}

.l-c-pjxq img {
    width: 78px;
    height: 78px;
    overflow: hidden;
}

.l-c-pjxq p {
    line-height: 30px;
}

.r-c-pjxq {
    margin-left: 10px;
    float: left;
    margin-top: 20px;
    text-align: left;
    width: 750px;
    overflow: hidden;
}

.r-c-pjxq span {
    float: left;
    padding: 0 10px;
    border: 1px solid #eaeaea;
    line-height: 30px;
    background: #f7f7f7;
    margin-right: 5px;
}

.r-c-pjxq p {
    float: left;
    width: 700px;
}

.r-c-pjxq img {
    float: left;
}

.r-c-pjxq font {
    float: left;
    width: 750px;
    text-align: left;
    font-size: 12px;
    color: #999999;
}

.r-c-pjxq em {
    float: right;
}

.reply {
    float: left;
    text-align: left;
    width: 882px;
    text-indent: 2em;
    height: 40px;
    background: #f3f3f3;
    line-height: 40px;
}

.page-break {
    float: left;
    width: 882px;
    text-align: center;
    margin: 30px 0;
}

.page-break span {
    float: left;
    width: 350px;
    height: 38px;
    border: 1px solid #e8e8e8;
    line-height: 40px;
    background-color: #fff;
}

.page-break p {
    float: left;
    width: 60px;
    height: 40px;
    line-height: 40px;
}

.page-break a {
    color: #666666;
}

.page-break a:hover {
    color: #0082ce;
}

.center-page-break {
    width: 770px;
    margin: 0 auto;
}

.goods-page-break {
    width: 880px;
    margin: 0 auto;
    text-align: left;
}


/* common */

body,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ul,
ol,
li,
th,
td,
p,
blockquote,
pre,
form,
fieldset,
legend,
input,
button,
textarea,
hr {
    margin: 0;
    padding: 0;
}

ul,
li,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1;
    color: #333333;
    background-color: #f5f5f5;
}

img,
p,
h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    padding: 0;
    border: 0;
}

h3,
h4,
h5 {
    font-weight: normal;
}

table {
    border-collapse: collapse;
}

a {
    text-decoration: none;
}

em,
i {
    font-style: normal;
}

.no-wrap {
    word-wrap: normal;
    white-space: nowrap;
}

.do-wrap {
    word-wrap: break-word;
    word-break: break-all;
}

.clearfix {
    *zoom: 1;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ".";
    clear: both;
    height: 0;
}

.bbox {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.common-img-100 {
    width: 100%;
}

.img-link,
.img-div {
    display: block;
    line-height: 0;
}

body {
    background-color: #f7f7f7;
    font-size: 12px;
}

.common-link-hover img {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.common-link-hover:hover .x-img,
.common-link-hover:hover img {
    opacity: .8;
    filter: alpha(opacity=70);
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.left {
    float: left;
}

.right {
    float: right;
}


/*  hover  */

.header_t .w1200>div.header_t_r>div.left a:hover,
.header_t .w1200>div.header_t_r>div.right a:hover,
.header_t .w1200>div.header_t_r>div.right a.sc:hover {
    color: #0082ce;
}

.sub .classify {
    display: none;
}

.sitemap-body {
    background-color: #fff;
    clear: both;
    overflow: hidden;
}

.goods-position {
    border-bottom: 1px solid #f3f3f3;
}

.sitemap-h1 {
    padding-top: 20px;
}

.cx-liucheng {
    clear: both;
    overflow: hidden;
    background-color: #f7f7f7;
}


/*  头部  */

.top_ad_box {
    position: relative;
}

.top_ad {
    display: block;
    height: 62px;
    width: 100%;
}

.sub {
    position: relative;
    z-index: 10000;
}

.close {
    background: url(../images/cx_close.png) no-repeat scroll 0 0;
    display: block;
    float: right;
    height: 27px;
    position: absolute;
    right: 40px;
    top: 20px;
    width: 27px;
    z-index: 10;
}

.header {
    background: #fff;
    border-bottom: 1px solid #f3f3f3;
    overflow: hidden;
    *zoom: 1;
}

.header:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ".";
    clear: both;
    height: 0;
}

.header_t {
    border-bottom: 1px solid #ececec;
    line-height: 43px;
    height: 43px;
}

.header_t .w1200 {
    overflow: hidden;
}

.header_t .w1200>div {
    width: 244px;
    display: inline;
    color: #7b7b7b;
}

.header_t .w1200>div.header_t_r>div {
    display: inline;
    overflow: hidden;
}

.header_t .w1200>div.header_t_r>div.left a {
    color: #0082ce;
}

.header_t .w1200>div.header_t_r>div.left a:hover {
    color: #a11bd3;
}

.header_t_l {
    padding-left: 62px;
}

.header_t .w1200>div.header_t_r>div.right a.sc {
    padding-left: 28px;
    background: url(../images/cx_sx.png) no-repeat 14px center;
    color: #7b7b7b;
}

.header_t .w1200>div.header_t_r>div.left {
    text-align: right;
    width: 238px;
}

.header_t .w1200>div.header_t_r>div.right em {
    padding-left: 37px;
    background: url(../images/a_PHONE.png) no-repeat 18px center;
    padding-right: 19px;
}

.header_t .w1200>div.header_t_r>div.right em span {
    color: #0082ce;
    font-weight: bold;
}

.header_t .w1200>div.header_t_r>div.left,
.header_t .w1200 a {
    font-family: "微软雅黑";
    color: #7b7b7b;
}

.header_t .w1200>div.header_t_r>div.right {
    width: 460px;
}

.header_t .w1200>div.header_t_r>div.right a.right {
    background-position: -80px 9px;
}


/*  搜索  */

.header_c {
    overflow: hidden;
    height: 140px;
    clear: both;
}

.header_c>a,
.header_c>div,
.header_c>span {
    display: inline;
    overflow: hidden;
}

.logo {
    margin-top: 24px;
    overflow: hidden;
    text-indent: -999px;
    width: 308px;
    height: 83px;
    float: left;
}

.header_c_search {
    margin: 20px 0 0 47px;
    float: left;
    width: 537px;
}

.header_c_search>div {
    overflow: hidden;
    clear: both;
}

.header_c_search_t {
    height: 38px;
    padding: 0 0 0 12px;
    border: 3px solid #0082ce;
}

.header_c_search_t input,
.header_c_search_t>a,
.header_c_search_t>div {
    height: 38px;
    line-height: 38px;
    display: inline;
    float: left;
    overflow: hidden;
}

.header_c_search_t input,
.header_c_search_t>div {
    border: none;
    background: none;
    font-family: "微软雅黑";
    color: #7b7b7b;
    width: 408px;
    font-size: 14px;
    overflow: hidden;
    float: left;
}

.header_c_search_t span {
    line-height: 38px !important;
}

.header_c_search_t>a {
    width: 98px;
    height: 38px;
    float: right;
    line-height: 38px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: #0082ce;
}

.header_c_search_t>a:hover {
    color: #ffba00;
}

.header_c_search_b,
.header_c_search_b a {
    font-family: "宋体";
    color: #999;
}

.header_c>span {
    margin-top: 46px;
    margin-left: 110px;
    float: left;
    height: 40px;
    border: 2px solid #ffba00;
    line-height: 40px;
    background: #ffba00;
}

.header_c>span i {
    color: #fff;
    font-size: 26px;
    width: 44px;
    text-align: center;
    float: left;
}

.header_c>span a {
    background: #fff;
    float: left;
    font-size: 15px;
    color: #968f89;
    padding-left: 11px;
}

.header_c>span a:hover {
    color: #0082ce;
}

.header_c>span a b {
    font-weight: normal;
    color: #0082ce;
}

.header_c>span a i {
    color: #dbdbdb;
    float: none;
    font-size: 14px;
    padding-left: 10px;
}

.header_c>span img {
    display: block;
}

.header-search-classify a {
    float: left;
    text-align: center;
    font-size: 14px;
    width: 50px;
    height: 26px;
    line-height: 26px;
    color: #333;
}

.header-search-classify a:hover,
.header-search-classify a.on {
    background: #0082ce;
    color: #fff;
}

.header-search-tab a {
    line-height: 28px;
    color: #7b7b7b;
}

.header-search-tab a:hover {
    color: #0082ce;
}


/*  导航  */

.main-nav {
    height: 52px;
    border-bottom: 3px solid #000;
    background-color: #fff;
    z-index: 5;
    position: relative;
}

.main-nav .nav-box {
    width: 1200px;
    margin: 0 auto;
}

.main-nav .nav-box .all-classify {
    float: left;
    width: 213px;
    position: relative;
}

.main-nav .nav-box .all-classify .all-classify-a {
    width: 213px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    background: #0082ce;
    color: #fff;
    display: block;
    font-size: 17px;
    font-weight: bold;
    border-bottom: 3px solid #d9d9d9;
}

.main-nav .nav-box .classify {
    position: absolute;
    top: 55px;
    left: 0;
    background: #fefefd;
    z-index: 2;
}

.main-nav .nav-box .classify ul li {
    border-bottom: 1px solid #e7e7e7;
    vertical-align: middle;
}

.main-nav .nav-box .classify ul li .a-classify {
    height: 49px;
    line-height: 49px;
    border-bottom: 1px solid #e7e7e7;
    display: block;
    padding: 0 13px;
    overflow: hidden;
}

.main-nav .nav-box .classify ul li .a-classify:hover em,
.main-nav .nav-box .classify ul li .a-classify:hover em i {
    color: #c90000;
}

.main-nav .nav-box .classify ul li .a-classify em {
    font-size: 16px;
    float: left;
    cursor: pointer;
    width: 170px;
}

.main-nav .nav-box .classify ul li .a-classify em i {
    float: none;
    padding-right: 8px;
    font-size: 22px;
}

.main-nav .nav-box .classify ul li .a-classify .color-01 {
    color: #95b73f;
}

.main-nav .nav-box .classify ul li .a-classify .color-01 i {
    color: #95b73f;
}

.main-nav .nav-box .classify ul li .a-classify .color-02 {
    color: #0082ce;
}

.main-nav .nav-box .classify ul li .a-classify .color-02 i {
    color: #0082ce;
}

.main-nav .nav-box .classify ul li .a-classify .color-03 {
    color: #a11bd3;
}

.main-nav .nav-box .classify ul li .a-classify .color-03 i {
    color: #a11bd3;
}

.main-nav .nav-box .classify ul li .a-classify .color-04 {
    color: #ff6a00;
}

.main-nav .nav-box .classify ul li .a-classify .color-04 i {
    color: #ff6a00;
}

.main-nav .nav-box .classify ul li .a-classify i {
    float: right;
    color: #999;
    font-size: 12px;
}

.main-nav .nav-box .classify ul li div {
    padding: 8px 13px 9px 43px;
    line-height: 30px;
    width: 160px;
}

.main-nav .nav-box .classify ul li div a {
    color: #999;
}

.main-nav .nav-box .classify ul li div a:hover {
    color: #0082ce;
}

.main-nav .nav-box .all-pro {
    height: 62px;
    line-height: 62px;
    background: #f1f1f1;
    display: block;
    padding: 0 13px 0 43px;
    color: #333;
    font-size: 16px;
}

.main-nav .nav-box .all-pro:hover {
    color: #c90000;
}

.main-nav .nav-box .all-pro em {
    float: left;
}

.main-nav .nav-box .all-pro i {
    float: right;
    color: #6d6d6d;
    font-size: 20px;
}

.main-nav .nav-box .a-nav {
    float: left;
}

.main-nav .nav-box .a-nav li,
.main-nav .nav-box .a-nav h2 {
    float: left;
    height: 52px;
    line-height: 52px;
}

.main-nav .nav-box .a-nav li a,
.main-nav .nav-box .a-nav h2 a {
    display: block;
    padding: 0 43px;
    font-size: 17px;
    color: #333;
    font-weight: normal;
}

.main-nav .nav-box .a-nav li a:hover,
.main-nav .nav-box .a-nav h2 a:hover,
.main-nav .nav-box .a-nav li a.on,
.main-nav .nav-box .a-nav h2 a.on {
    color: #0082ce;
}

.posiimgl {
    position: absolute;
    top: 1748px;
    left: 0;
    z-index: -1;
}

.posiimgr {
    position: absolute;
    top: 2831px;
    right: 0;
    z-index: -1;
}

.travel-product-section {
    background-color: #fff;
    margin-top: 25px;
}

.travel-product-section .x-head {
    padding: 10px 0 18px 0;
    border-bottom: 1px solid #e1e1e1;
}

.travel-product-section .x-head .iconfont {
    color: #ff7d11;
    font-size: 40px;
    vertical-align: -3px;
    margin-left: 12px;
}

.travel-product-section .x-head span {
    color: #ff7d11;
    font-size: 22px;
    margin-left: 7px;
}

.travel-product-section .x-head span:hover {
    color: #0082ce;
}

.travel-product-section ul {
    *zoom: 1;
    margin-top: 26px;
}

.travel-product-section ul:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ".";
    clear: both;
    height: 0;
}

.travel-product-section ul li {
    margin-left: 16px;
    width: 280px;
    padding-bottom: 13px;
    float: left;
}

.travel-product-section ul li a {
    display: block;
}

.travel-product-section ul li a img {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.travel-product-section ul li a:hover .x-img,
.travel-product-section ul li a:hover img {
    opacity: .8;
    filter: alpha(opacity=70);
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
}

.travel-product-section ul li a:hover h4 {
    color: #ff7d11;
}

.travel-product-section ul li .x-img {
    width: 100%;
    height: 280px;
}

.travel-product-section ul li h4 {
    font-size: 14px;
    color: #666;
    line-height: 20px;
    margin-top: 8px;
    height: 40px;
    overflow: hidden;
}

.travel-product-section ul li .x-price {
    color: #e0011b;
    margin-top: 7px;
}

.travel-product-section ul li .x-price em {
    font-size: 17px;
}

.travel-product-section ul li .x-price span {
    font-size: 24px;
}

.minzu-section {
    *zoom: 1;
    background-color: #fff;
    margin-top: 29px;
}

.minzu-section:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ".";
    clear: both;
    height: 0;
}

.minzu-section .x-head {
    padding: 8px 0 12px 8px;
    border-bottom: 1px solid #e1e1e1;
}

.minzu-section .x-head .iconfont {
    color: #db1922;
    font-size: 40px;
    vertical-align: -6px;
}

.minzu-section .x-head span {
    color: #db1922;
    font-size: 22px;
}

.minzu-section .x-head span:hover {
    color: #ff7d11;
}

.minzu-section .x-left {
    width: 800px;
    float: left;
}

.minzu-section .x-left ul {
    *zoom: 1;
    width: 100%;
}

.minzu-section .x-left ul:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ".";
    clear: both;
    height: 0;
}

.minzu-section .x-left ul li {
    width: 399px;
    float: left;
}

.minzu-section .x-left ul li a {
    display: block;
    padding: 12px 9px 7px 13px;
    border-right: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
    *zoom: 1;
}

.minzu-section .x-left ul li a img {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.minzu-section .x-left ul li a:hover .x-img,
.minzu-section .x-left ul li a:hover img {
    opacity: .8;
    filter: alpha(opacity=70);
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
}

.minzu-section .x-left ul li a:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ".";
    clear: both;
    height: 0;
}

.minzu-section .x-left ul li a:hover h4 {
    color: #db1922;
}

.minzu-section .x-left ul li .x-li-left {
    width: 183px;
    margin-right: 4px;
    float: left;
    position: relative;
    cursor: pointer;
}

.minzu-section .x-left ul li .x-li-left h4 {
    font-size: 24px;
    color: #373634;
    font-weight: bold;
    margin-top: 20px;
    line-height: 30px;
    cursor: pointer;
}

.minzu-section .x-left ul li .x-li-left h5 {
    margin-top: 16px;
    font-size: 15px;
    color: #371213;
    cursor: pointer;
}

.minzu-section .x-left ul li .x-li-left .x-price {
    position: absolute;
    top: 137px;
    left: 3px;
    color: #ee0100;
}

.minzu-section .x-left ul li .x-li-left .x-price span {
    font-size: 30px;
}

.minzu-section .x-left ul li .x-li-left .x-price em {
    font-size: 16px;
}

.minzu-section .x-left ul li .x-li-right {
    width: 189px;
    height: 189px;
    float: left;
}

.minzu-section .x-left ul li .x-li-right img {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.minzu-section .x-right {
    padding: 1px;
    float: left;
}

.minzu-section .x-right a {
    margin: 11px 0 0 4px;
    display: block;
}

.minzu-section .x-right a img {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.minzu-section .x-right a:hover .x-img,
.minzu-section .x-right a:hover img {
    opacity: .8;
    filter: alpha(opacity=70);
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
}

.minzu-section .x-right a img {
    width: 386px;
    height: 398px;
}

.index-ornaments {
    background: #373737 url(../images/zsimg.jpg) no-repeat center 0;
    height: 216px;
    margin-top: -31px;
    z-index: 2;
    position: relative;
}

.food-group {
    background: #fff;
    padding: 6px 0 11px;
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    z-index: 3;
    position: relative;
    margin-top: 25px;
}

.food-group .food-group-t {
    *zoom: 1;
    overflow: hidden;
    height: 46px;
    line-height: 46px;
    padding: 0 13px;
}

.food-group .food-group-t:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ".";
    clear: both;
    height: 0;
}

.food-group .food-group-t h2 {
    float: left;
}

.food-group .food-group-t h2 a {
    color: #0082ce;
    font-size: 24px;
    font-weight: normal;
}

.food-group .food-group-t h2 a em {
    font-family: 'arial';
    font-size: 16px;
    color: #333;
    padding-left: 10px;
    text-transform: uppercase;
}

.food-group .food-group-t h2 a:hover {
    color: #ff6a00;
}

.food-group .food-group-t .more {
    float: right;
    color: #999;
    font-size: 16px;
}

.food-group .food-group-t .more:hover {
    color: #0082ce;
}

.food-group-list {
    *zoom: 1;
    overflow: hidden;
    width: 1204px;
}

.food-group-list:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ".";
    clear: both;
    height: 0;
}

.food-group-list li {
    float: left;
    padding: 0 11px;
    border: 1px solid #eeeeee;
    width: 278px;
    box-sizing: border-box;
    margin-right: -1px;
}

.food-group-list li .img img {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.food-group-list li .img:hover .x-img,
.food-group-list li .img:hover img {
    opacity: .8;
    filter: alpha(opacity=70);
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
}

.food-group-list li h3 {
    padding-top: 7px;
    height: 26px;
    line-height: 26px;
}

.food-group-list li h3 a {
    color: #333;
    font-size: 15px;
    font-weight: bold;
}

.food-group-list li h3 a:hover {
    color: #e4000f;
}

.food-group-list li P {
    font-size: 13px;
    color: #666;
    height: 24px;
    line-height: 24px;
}

.food-group-list li .price {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #e1e1e1;
    *zoom: 1;
    overflow: hidden;
}

.food-group-list li .price:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ".";
    clear: both;
    height: 0;
}

.food-group-list li .price i {
    float: right;
    color: #888;
    line-height: 48px;
}

.food-group-list li .price em {
    font-size: 20px;
    color: #e0011b;
}

.food-group-list li .evaluate {
    height: 34px;
    line-height: 34px;
    text-align: right;
}

.food-group-list li .evaluate i {
    color: #ff960a;
    padding-right: 3px;
}

.food-group-list li span {
    color: #888;
    padding-left: 5px;
    font-size: 13px;
}

.new-product-section {
    background-color: #fff;
    margin-top: 29px;
}

.new-product-section .x-head {
    padding: 14px 10px 11px 8px;
    border-bottom: 1px solid #e1e1e1;
}

.new-product-section .x-head .iconfont {
    color: #0082ce;
    font-size: 40px;
}

.new-product-section .x-head span {
    color: #0082ce;
    font-size: 22px;
    vertical-align: 9px;
    margin-left: 3px;
}

.new-product-section .x-head span:hover {
    color: #ff7d11;
}

.new-product-section .x-head .x-more-link {
    float: right;
    font-size: 16px;
    color: #999;
    margin: 12px 10px;
    *margin-top: -40px;
}

.new-product-section .x-head .x-more-link:hover {
    color: #0082ce;
}

.new-product-section ul {
    *zoom: 1;
    padding: 22px 0 3px 0;
}

.new-product-section ul:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ".";
    clear: both;
    height: 0;
}

.new-product-section ul li {
    float: left;
    width: 392px;
    height: 389px;
}

.new-product-section ul li .x-img {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.new-product-section ul li a {
    display: block;
    position: relative;
    height: 100%;
}

.new-product-section ul li a img {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.new-product-section ul li a:hover .x-img,
.new-product-section ul li a:hover img {
    opacity: .8;
    filter: alpha(opacity=70);
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
}

.new-product-section ul li a:hover h4 {
    color: #0082ce;
}

.new-product-section ul li .x-layer {
    width: 292px;
    height: 143px;
    position: absolute;
    left: 50px;
    top: 228px;
    border: 5px solid #fff;
    cursor: pointer;
}

.new-product-section ul li .x-wrapper {
    margin: 5px;
    background-color: #fff;
    text-align: center;
    padding: 12px 10px 12px 10px;
    height: 109px;
}

.new-product-section ul li .x-wrapper h4 {
    font-size: 22px;
    color: #373634;
    line-height: 28px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.new-product-section ul li .x-wrapper .x-price {
    width: 152px;
    height: 34px;
    line-height: 34px;
    background-color: #e6001b;
    color: #fff;
    margin: 14px auto 12px auto;
}

.new-product-section ul li .x-wrapper .x-price em {
    font-size: 16px;
}

.new-product-section ul li .x-wrapper .x-price span {
    font-size: 24px;
}

.new-product-section ul li .x-wrapper h5 {
    font-size: 16px;
    color: #373634;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    line-height: 20px;
}

.new-product-section .li-1 {
    margin-left: 1px;
}

.new-product-section .li-2,
.new-product-section .li-3 {
    margin-left: 10px;
}

.nongchanpin-section {
    *zoom: 1;
    background-color: #fff;
    margin-top: 29px;
}

.nongchanpin-section:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ".";
    clear: both;
    height: 0;
}

.nongchanpin-section .x-head {
    padding: 10px 0 8px 8px;
    border-bottom: 1px solid #e1e1e1;
}

.nongchanpin-section .x-head .x-img {
    width: 33px;
    height: 43px;
    margin-left: 2px;
}

.nongchanpin-section .x-head span {
    color: #9ab709;
    font-size: 22px;
    vertical-align: 14px;
    margin-left: 9px;
}

.nongchanpin-section .x-head span:hover {
    color: #ff7d11;
}

.nongchanpin-section .x-left {
    padding: 1px;
    float: left;
}

.nongchanpin-section .x-left a {
    margin: 11px 0 0 8px;
    display: block;
}

.nongchanpin-section .x-left a img {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.nongchanpin-section .x-left a:hover .x-img,
.nongchanpin-section .x-left a:hover img {
    opacity: .8;
    filter: alpha(opacity=70);
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
}

.nongchanpin-section .x-left a img {
    margin-right: 8px;
    width: 380px;
    height: 398px;
}

.nongchanpin-section .x-right {
    width: 800px;
    float: left;
}

.nongchanpin-section .x-right ul {
    *zoom: 1;
    width: 100%;
}

.nongchanpin-section .x-right ul:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ".";
    clear: both;
    height: 0;
}

.nongchanpin-section .x-right ul li {
    width: 399px;
    float: left;
}

.nongchanpin-section .x-right ul li a {
    display: block;
    padding: 12px 9px 7px 13px;
    border-left: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
    *zoom: 1;
}

.nongchanpin-section .x-right ul li a:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ".";
    clear: both;
    height: 0;
}

.nongchanpin-section .x-right ul li a img {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.nongchanpin-section .x-right ul li a:hover .x-img,
.nongchanpin-section .x-right ul li a:hover img {
    opacity: .8;
    filter: alpha(opacity=70);
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
}

.nongchanpin-section .x-right ul li a:hover h4 {
    color: #9ab709;
}

.nongchanpin-section .x-right ul li .x-li-left {
    width: 183px;
    margin-right: 4px;
    float: left;
    position: relative;
}

.nongchanpin-section .x-right ul li .x-li-left h4 {
    font-size: 24px;
    color: #373634;
    font-weight: bold;
    margin-top: 20px;
    line-height: 30px;
    cursor: pointer;
}

.nongchanpin-section .x-right ul li .x-li-left h5 {
    margin-top: 16px;
    font-size: 15px;
    color: #371213;
}

.nongchanpin-section .x-right ul li .x-li-left .x-price {
    position: absolute;
    top: 137px;
    left: 3px;
    color: #ee0100;
}

.nongchanpin-section .x-right ul li .x-li-left .x-price span {
    font-size: 30px;
}

.nongchanpin-section .x-right ul li .x-li-left .x-price em {
    font-size: 16px;
}

.nongchanpin-section .x-right ul li .x-li-right {
    width: 189px;
    height: 189px;
    float: left;
}

.nongchanpin-section .x-right ul li .x-li-right img {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.x-head {
    clear: both;
    overflow: hidden;
}

.x-head h2 {
    float: left;
}


/**
 * 底部样式
 */

.footer-intro {
    border-top: 1px solid #e1e1e1;
    background-color: #fff;
}

.footer-intro ul {
    width: 1200px;
    margin: 0 auto;
    *zoom: 1;
    padding-top: 9px;
    padding-bottom: 10px;
}

.footer-intro ul:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ".";
    clear: both;
    height: 0;
}

.footer-intro ul li {
    *zoom: 1;
    float: left;
}

.footer-intro ul li:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ".";
    clear: both;
    height: 0;
}

.footer-intro ul li .x-left {
    width: 38px;
    float: left;
    margin-top: -10px;
    *margin-top: -13px;
}

.footer-intro ul li .x-left .iconfont {
    color: #0082ce;
    font-size: 40px;
    line-height: 60px;
}

.footer-intro ul li .x-right {
    width: 100px;
    margin-left: 17px;
    float: left;
    margin-top: 5px;
}

.footer-intro ul li .x-right h4 {
    font-weight: bold;
    font-size: 18px;
    color: #333;
}

.footer-intro ul li .x-right h5 {
    margin-top: 7px;
    font-size: 12px;
    color: #666;
}

.footer-intro .li-1,
.footer-intro .li-2,
.footer-intro .li-3,
.footer-intro .li-4 {
    margin-top: 11px;
}

.footer-intro .li-1 {
    margin-left: 2px;
    width: 264px;
}

.footer-intro .li-2 {
    width: 264px;
}

.footer-intro .li-3 {
    width: 264px;
}

.footer-intro .li-4 {
    width: 247px;
}

.footer-intro .li-5 {
    width: 120px;
}

.footer-intro .coll-btn {
    display: block;
    padding: 7px 12px 5px 12px;
    background-color: #0082ce;
}

.footer-intro .coll-btn:hover {
    background-color: #00629b;
    color: #e6e6e6;
}

.footer-intro .coll-btn h4 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    border-bottom: 1px solid #1396e3;
    padding-bottom: 8px;
    margin-bottom: 6px;
}

.footer-intro .coll-btn span {
    color: #fefefe;
    font-size: 16px;
    margin-left: 6px;
}

.footer-links {
    padding: 23px 0 35px 0;
    background-color: #fff;
    border: 1px solid #c9c9c9;
}

.footer-links .w1200 {
    *zoom: 1;
}

.footer-links .w1200:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ".";
    clear: both;
    height: 0;
}

.footer-links .x-section {
    border-right: 1px solid #d8d8d8;
    float: left;
    height: 94px;
}

.footer-links .x-section h6 {
    margin-top: 6px;
    color: #292929;
    font-weight: normal;
    font-size: 13px;
}

.footer-links .x-section li {
    margin-top: 11px;
}

.footer-links .x-section li a {
    font-size: 13px;
    color: #868686;
}

.footer-links .x-section li a:hover {
    color: #0082ce;
}

.footer-links .x-1 {
    border-right: 1px solid #d8d8d8;
    float: left;
    height: 94px;
    width: 110px;
    margin-left: 104px;
}

.footer-links .x-1 h6 {
    margin-top: 6px;
    color: #292929;
    font-weight: normal;
    font-size: 13px;
}

.footer-links .x-1 li {
    margin-top: 11px;
}

.footer-links .x-1 li a {
    font-size: 13px;
    color: #868686;
}

.footer-links .x-1 li a:hover {
    color: #0082ce;
}

.footer-links .x-2 {
    border-right: 1px solid #d8d8d8;
    float: left;
    height: 94px;
    width: 146px;
    margin-left: 44px;
}

.footer-links .x-2 h6 {
    margin-top: 6px;
    color: #292929;
    font-weight: normal;
    font-size: 13px;
}

.footer-links .x-2 li {
    margin-top: 11px;
}

.footer-links .x-2 li a {
    font-size: 13px;
    color: #868686;
}

.footer-links .x-2 li a:hover {
    color: #0082ce;
}

.footer-links .x-3 {
    border-right: 1px solid #d8d8d8;
    float: left;
    height: 94px;
    width: 140px;
    margin-left: 45px;
}

.footer-links .x-3 h6 {
    margin-top: 6px;
    color: #292929;
    font-weight: normal;
    font-size: 13px;
}

.footer-links .x-3 li {
    margin-top: 11px;
}

.footer-links .x-3 li a {
    font-size: 13px;
    color: #868686;
}

.footer-links .x-3 li a:hover {
    color: #0082ce;
}

.footer-links .x-4 {
    border-right: 1px solid #d8d8d8;
    float: left;
    height: 94px;
    width: 131px;
    margin-left: 36px;
}

.footer-links .x-4 h6 {
    margin-top: 6px;
    color: #292929;
    font-weight: normal;
    font-size: 13px;
}

.footer-links .x-4 li {
    margin-top: 11px;
}

.footer-links .x-4 li a {
    font-size: 13px;
    color: #868686;
}

.footer-links .x-4 li a:hover {
    color: #0082ce;
}

.footer-links .x-5 {
    border-right: 1px solid #d8d8d8;
    float: left;
    height: 94px;
    width: 97px;
    margin-left: 37px;
}

.footer-links .x-5 h6 {
    margin-top: 6px;
    color: #292929;
    font-weight: normal;
    font-size: 13px;
}

.footer-links .x-5 li {
    margin-top: 11px;
}

.footer-links .x-5 li a {
    font-size: 13px;
    color: #868686;
}

.footer-links .x-5 li a:hover {
    color: #0082ce;
}

.footer-links .x-6 {
    float: left;
    padding-left: 58px;
}

.footer-links .x-6 h6 {
    margin-top: 4px;
    font-size: 16px;
    color: #666;
    font-weight: normal;
}

.footer-links .x-6 h5 {
    margin-top: 11px;
    font-size: 18px;
    color: #000;
    font-weight: normal;
}

.footer-links .x-6 .kefu-btn {
    display: block;
    margin-top: 9px;
    background-color: #0082ce;
    padding: 3px 0 8px 12px;
    width: 110px;
    height: 24px;
    line-height: 24px;
    *height: 20px;
    *line-height: 20px;
    *padding-top: 0px;
    *padding-bottom: 16px;
}

.footer-links .x-6 .kefu-btn:hover {
    background-color: #00629b;
    color: #e6e6e6;
}

.footer-links .x-6 .kefu-btn .iconfont {
    color: #fff;
    font-size: 28px;
    vertical-align: -2px;
    *vertical-align: -3px;
}

.footer-links .x-6 .kefu-btn span {
    color: #fff;
    font-size: 16px;
}

.copyright {
    background-color: #f7f7f7;
    border-top: 1px solid #e7e7e7;
    padding: 10px 0 10px 0;
    line-height: 20px;
}

.copyright .w1200 {
    text-align: center;
}

.copyright span,
.copyright a {
    font-size: 12px;
    color: #666;
}

.copyright .span-1 {
    margin-right: 11px;
}

.copyright .x-gf-link {
    margin-right: 10px;
}

.copyright .x-gf-link:hover {
    color: #000;
}

.copyright .x-beian-link {
    margin-right: 10px;
}

.copyright .x-beian-link:hover {
    color: #000;
}

.copyright .x-site-map-link {
    margin-right: 10px;
}

.copyright .rhc_gaba {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    line-height: 26px;
    padding-left: 25px;
    min-height: 20px !important;
    background: url(../images/gaba.png) no-repeat left center;
}

.copyright .x-site-map-link:hover {
    color: #000;
}

.copyright .x-verify {
    vertical-align: -12px;
    margin-left: 10px;
}

.copyright .x-verify img {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.copyright .x-verify:hover .x-img,
.copyright .x-verify:hover img {
    opacity: .8;
    filter: alpha(opacity=70);
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
}

.friendly-link-box .x-head {
    margin-top: 34px;
    height: 63px;
    border-bottom: 1px solid #e1e1e1;
    text-align: center;
    margin-bottom: 10px;
}

.friendly-link-box .x-head h4 {
    font-weight: normal;
    font-size: 20px;
    color: #333;
}

.friendly-link-box .x-head h5 {
    width: 94px;
    text-align: center;
    margin: 7px auto 0 auto;
    font-weight: normal;
    padding-bottom: 13px;
    border-bottom: 7px solid #e20204;
    font-size: 20px;
    color: #333;
}

.friendly-link-box .x-link-box {
    margin-top: 13px;
    padding-bottom: 15px;
    line-height: 20px;
}

.friendly-link-box .x-link-box a {
    margin-right: 18px;
    font-size: 12px;
    color: #868686;
    white-space: nowrap;
}

.friendly-link-box .x-link-box a:hover {
    color: #0082ce;
}

.li-1,
.li-2,
.li-3,
.li-4 {
    background: url(../images/bgsx.jpg) no-repeat 198px center;
}


/* 首页banner */

.slides {
    height: 574px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.slides .ulImage {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    height: 574px;
    overflow: hidden;
}

.slides .ulImage li {
    float: left;
    width: 100%;
    height: 574px;
}

.slides .ulImage li .imgBox {
    height: 0;
    width: 960px;
    margin: -530px auto 0 auto;
    position: relative;
    z-index: 0;
}

.slides .ulLink {
    position: absolute;
    z-index: 1;
    left: 50%;
    bottom: 14px;
    height: 8px;
    width: 102px;
    margin-left: -51px;
    background: none;
}

.slides .ulLink li {
    float: left;
    margin: 0 2px;
    width: 30px;
    height: 11px;
    cursor: pointer;
    background: #fff;
}

.slides .ulLink li.liCurr {
    background: #0082ce;
}

/*.bg_idxKv b {  //无效引用 2023年4月25日09:45:30 梁庆国注释
    display: block;
    background: url(../images/blank.gif) no-repeat center top scroll;
    height: 100px;
}*/


/* 子页banner */

.subbanner .slides,
.subbanner .slides .ulImage,
.subbanner .slides .ulImage li {
    height: 406px;
}

.subbanner .slides .ulLink {
    bottom: 115px;
}


/*面包屑*/

.cx_qdwz,
.cx_qdwz a {
    color: #333333;
    font-size: 12px;
}

.cx_qdwz {
    height: 30px;
    line-height: 28px;
    padding: 10px 20px 10px;
    position: relative;
}

.cx_qdwz a {
    padding-right: 10px;
}

.cx_qdwz,
.cx_qdwz a {
    color: #333333;
    font-size: 12px;
}

.cx_qdwz a.cx_qdb {
    background: #fbfbfb none repeat scroll 0 0;
    border: 1px dotted #bcbcbc;
    margin: 0 10px;
    padding: 4px 18px;
    position: relative;
    z-index: 4;
}

.cx_yiji {
    background: #fbfbfb none repeat scroll 0 0;
    border: 1px dotted #c40000;
    display: none;
    left: 72px;
    overflow: hidden;
    position: absolute;
    top: 36px;
    width: 180px;
    z-index: 999;
}

.cx_yiji a {
    display: block;
    float: left;
    padding-right: 0;
    text-align: center;
    width: 50%;
}

.cx_erji {
    left: 191px;
    z-index: 10;
}


/*面包屑*/


/*筛选*/

.Newgroups_shaixuan {
    margin-bottom: 37px;
    min-height: 111px;
    height: 194px;
    height: auto !important;
    background-color: #fff;
    border: 1px solid #e5e5e5;
}

.Newgroups_shaixuan_box {
    width: 1166px;
    margin: 0 auto;
}

.Newgroups_shaixuan_box p {
    height: 45px;
    line-height: 45px;
    color: #000;
    font-size: 16px;
}

.Newgroups_shaixuan_b_t {
    clear: both;
    height: 47px;
    border-bottom: 1px dashed #dddddd;
    padding: 0 20px;
    line-height: 47px;
    color: #333;
    font-size: 14px;
}

.Newgroups_list div {
    clear: both;
    overflow: hidden;
    line-height: 44px;
    border-bottom: 1px dashed #dddddd;
    padding: 0 20px;
}

.guigefl {
    left: -1px;
    top: 28px;
}

.guigefl a {
    color: #333;
}

.Newgroups_list div em {
    float: left;
    padding-right: 14px;
    font-size: 14px;
    color: #333;
}

.Newgroups_list div a {
    float: left;
    padding: 0 14px;
    color: #4a4a4a;
    font-size: 14px;
    border: 1px solid #fff;
    height: 28px;
    line-height: 28px;
    margin-top: 7px;
    margin-right: 5px;
}

.Newgroups_list div a.on,
.Newgroups_list div a:hover {
    border: 1px solid #ffba00;
}

.Newgroups_list div.Newgroups_list03 {
    border-bottom: none;
}

.Newgroups_shaixuan_b_t a.fr {
    color: #c40000;
    width: 100px;
    text-align: right;
}

.Newgroups_shaixuan_b_t em.fl {
    width: 54px;
    float: left;
}

.Newgroups_shaixuan_b_t>div {
    float: left;
    width: 970px;
    height: 47px;
}

.cx_sx_jg>div {
    float: left;
    padding: 0 5px;
    margin: 8px 14px 8px 0;
    border: 1px solid #ccc;
    background: #fff;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    color: #0082ce;
    width: auto;
    position: relative;
    cursor: pointer;
}

.cx_sx_jg>div i {
    font-style: normal;
    color: #c40000;
}

.cx_sx_jg>div:hover {
    color: #4a4a4a;
    border-color: #0082ce;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.Specialoffers_list li p.cx_tg {
    font-size: 14px;
    font-weight: bold;
}

.Specialoffers_list li p.cx_tg em {
    text-decoration: none;
    color: #3b3b3b;
}

.Newgroups_list div.cx_lastborder {
    border-bottom: none;
}

.cx_px {
    height: 38px;
    line-height: 38px;
    overflow: hidden;
    padding: 0 20px;
}

/*.cx_px a { //无效引用 2023年4月25日09:46:14 梁庆国注释
    display: block;
    float: left;
    width: 62px;
    text-align: center;
    height: 22px;
    line-height: 22px;
    padding-right: 16px;
    border: 1px solid #d4d4d4;
    color: #6f6f6f;
    font-size: 12px;
    font-family: "宋体";
    background: url(../images/cx_px_bg.png) no-repeat 63px center;
}*/

.cx_px a:hover,
.cx_px a.on {
    color: #ff5400;
    border-color: #ff5400;
}


/*筛选*/


/*******排序********/

.paixu {
    left: 50%;
    margin-left: -599px;
    position: relative;
    height: 36px;
    line-height: 36px;
    border: 1px solid #d5d5d5;
    background: #fff;
    margin-top: 20px;
    z-index: 99;
    width: 1198px;
    margin-bottom: 29px;
}

.paixu-ul {
    float: left;
    display: table;
}

.paixu-span {
    display: block;
    height: 36px;
    padding: 0 16px;
    color: #666;
    position: relative;
    cursor: pointer;
    float: left;
    z-index: 99;
}

.w980 .paixu-span {
    padding: 0 10px;
}

.paixu-span span {
    display: block;
    height: 36px;
    float: left;
}

.paixu-active {
    background: #fff;
    color: #e4000f;
    border-left: 1px solid #D5D5D5;
    border-right: 1px solid #D5D5D5;
    margin-left: -1px;
}

.paixu-span b {
    display: block;
    float: left;
    background: url(../images/xxjt.png) no-repeat 0 0;
    vertical-align: top;
    margin-top: 16px;
    display: inline-block;
    width: 10px;
    height: 7px;
    margin-left: 6px;
}

.paixu-jg {
    position: absolute;
    top: -1px;
    left: 0;
    border: 1px solid #d5d5d5;
    width: 110px;
    height: 60px;
    background: #fff;
    display: none;
    z-index: 9;
}

.paixu-jg li {
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}

.paixu-jg li:hover {
    color: #e4000f;
}

.paixu-fixed {
    position: fixed;
    top: 0;
}

.paixu-span1 {
    display: block;
    height: 36px;
    padding: 0 16px;
    color: #666;
    position: relative;
    cursor: pointer;
    float: left;
    z-index: 2;
}

.paixu-text {
    width: 42px;
    height: 20px;
    line-height: 20px;
    border: 1px solid #ddd;
    padding: 0 4px;
    font-family: "微软雅黑";
    vertical-align: top;
    margin-top: 7px;
    *margin-top: 1px;
}

.gang {
    padding: 0 6px;
    font-size: 16px;
    vertical-align: top;
    margin-top: 7px;
}

.paixu-sure {
    display: inline-block;
    width: 42px;
    height: 22px;
    text-align: center;
    line-height: 20px;
    *line-height: 22px;
    background: #e4000f;
    color: #fff;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-left: 10px;
    vertical-align: top;
    margin-top: 7px;
    *margin-top: 1px;
    display: none;
}

.paixu-span1-active {
    background: #fff;
    border-left: 1px solid #d5d5d5;
    border-right: 1px solid #d5d5d5;
    -webkit-box-shadow: #ccc 0 0 5px;
    box-shadow: #ccc 0 0 5px;
}

.fenye1 {
    float: right;
}

.fenye-xia {
    float: right;
    vertical-align: top;
    margin-top: 14px;
    *margin-top: 10px;
    padding: 0 7px;
}

.fenye-xia img {
    cursor: pointer;
}

.fenye-ys {
    float: right;
    padding: 0 5px;
}

.w980 .fenye-ys {
    padding-right: 10px;
}

.fenye-ys i {
    font-style: normal;
    color: #e4393c;
    font-weight: bold;
}

.fenye-cpzs {
    float: right;
    height: 26px;
    margin-right: 14px;
    padding-right: 14px;
    background: url(../images/fenge.jpg) no-repeat right 0;
    margin-top: 5px;
    line-height: 26px;
    color: #e4393c;
    display: inline;
}

.w980 .fenye-cpzs {
    margin-right: 6px;
    padding-right: 6px;
}

.fenye-cpzs b {
    padding: 0 4px;
}

.paixu-nav {
    height: 38px;
    display: none;
    margin-top: 20px;
}

.zy-list {
    padding-top: 20px;
    width: 975px;
    position: relative;
    overflow: hidden;
}

.w980 .zy-list {
    width: 755px;
}

.zy-list1 {
    width: 976px;
    height: auto !important;
    min-height: 1060px;
    height: 1060px;
}

.w980 .zy-list .zy-list1 {
    width: 756px;
    height: auto !important;
    min-height: 908px;
    height: 908px;
}


/*******排序********/


/*团购*/

.sub-group-list {
    background: none;
}

.sub-group-list li {
    margin-top: 6px;
    background-color: #fff;
    overflow: hidden;
    margin-right: 6px;
    padding: 0 8px;
    margin-bottom: 10px;
}

.c-goods-list font del {
    font-size: 12px;
    color: #666;
}

.c-goods-list font a.point-info {
    color: #fff;
    background-color: #e50016;
    width: 100px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 14px;
}


/**
 * 积分商城详情
 */

.fl {
    float: left;
}

.jfsc-detail-box {
    color: #333;
}

.cx_bshare {
    margin-left: 12px;
    overflow: hidden;
    width: 0;
}

.bshare-custom {
    width: 180px;
}

.product-info-top .x-left-box {
    width: 482px;
    float: left;
}

.product-info-top .x-left-box .zoom-big-pic {
    border: 1px solid #EFEBE7;
    line-height: 0;
    width: 480px;
}

.product-info-top .x-left-box .zoom-small-images {
    margin-top: 10px;
}

.product-info-top .x-left-box .zoom-small-images li {
    float: left;
    margin-right: 8px;
}

.product-info-top .x-left-box .zoom-small-images li:hover img,
.product-info-top .x-left-box .zoom-small-images li.on img {
    border: 1px solid #e4000f;
}

.product-info-top .x-left-box .zoom-small-images li:nth-last-child(1) {
    margin-right: 0;
}

.product-info-top .x-left-box .zoom-small-images li.item-5 {
    margin-right: 0;
}

.product-info-top .x-left-box .zoom-small-images li img {
    border: 1px solid #EFEBE7;
    width: 88px;
    height: 88px;
}

.share-collect {
    margin-top: 14px;
}

.share-collect .share-link-span,
.share-collect .collect-span {
    font-size: 14px;
    color: #333;
}

.share-collect .share-link-span {
    cursor: pointer;
}

.share-collect .share-link-span img {
    vertical-align: -3px;
    margin-right: 5px;
}

.share-collect .collect-span {
    margin-left: 20px;
    cursor: pointer;
}

.share-collect .collect-span img {
    vertical-align: -3px;
    margin-right: 5px;
}

.product-info-top .x-right-box {
    padding-left: 20px;
    width: 655px;
    float: left;
}

.product-info-top .x-right-box .product-title {
    color: #333;
    font-size: 24px;
    font-weight: normal;
    padding-top: 10px;
    line-height: 30px;
}

.product-info-top .x-right-box .product-subtitle {
    color: #666;
    font-size: 13px;
    margin-top: 15px;
    line-height: 26px;
}

.product-info-top .x-right-box .jifen-box {
    background-color: #e4000f;
    margin-top: 10px;
    padding: 10px;
}

.jifen-tip {
    background-color: #f7f7f7;
    padding: 10px;
    line-height: 22px;
    clear: both;
    overflow: hidden;
}

.jifen-tip>span {
    font-size: 14px;
    color: #666;
    float: left;
}

.jifen-tip p {
    float: left;
    width: 550px;
    font-size: 14px;
    color: #666;
}

.product-info-top .x-right-box .jifen-box-head {
    color: #fff;
    border-bottom: 1px dotted #d6d6d6;
    padding-bottom: 3px;
}

.product-info-top .x-right-box .buy-btn {
    background-color: #d90916;
    color: #fff;
    display: block;
    height: 52px;
    line-height: 52px;
    margin-top: 20px;
    text-align: center;
    width: 152px;
    float: left;
    margin-right: 15px;
    font-size: 15px;
}

.detail-btn {
    *zoom: 1;
    overflow: hidden;
}

.detail-btn:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ".";
    clear: both;
    height: 0;
}

.product-info-top .x-right-box .buy-btn:hover {
    background-color: #fd4e26;
}

.product-info-top .x-right-box .jifen-box-head .jifen-text img {
    vertical-align: -5px;
    margin-right: 2px;
}

.product-info-top .x-right-box .jifen-box-head .jifen-duihuan-link {
    color: #666;
}

.product-info-top .x-right-box .jifen-box-head .jifen-duihuan-link img {
    vertical-align: -4px;
    margin-left: 3px;
}

.product-info-top .x-right-box .jifen-box-body {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.product-info-top .x-right-box .jifen-box-body span {
    color: #fff;
    font-size: 14px;
    margin-left: 11px;
}

.product-info-top .x-right-box .jifen-box-body em {
    font-weight: bold;
    font-size: 30px;
    color: #fff;
    margin-left: 7px;
}

.product-info-top .x-right-box .jifen-box-body del {
    font-size: 14px;
    color: #fff;
}

.complex-info-box {
    margin-top: 12px;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 12px;
    font-size: 13px;
}

.complex-info-box label {
    color: #333;
    margin-right: 2px;
}

.complex-info-box span {
    color: #845939;
    margin-right: 20px;
}

.complex-info-box span.jifen-span {
    color: #3caba5;
}

.format-box {
    font-size: 14px;
    margin-top: 14px;
    padding-left: 39px;
    padding-right: 10px;
    color: #666;
    *zoom: 1;
    overflow: hidden;
    line-height: 30px;
}

.format-box:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ".";
    clear: both;
    height: 0;
}

.format-box label {
    margin-right: 8px;
    float: left;
}

.format-box em {
    margin-right: 10px;
    display: inline-block;
    border: 1px solid #cccccc;
    color: #000;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    height: 29px;
    line-height: 29px;
    margin-right: 8px;
    text-align: center;
    padding-left: 14px;
    padding-right: 14px;
    margin-bottom: 5px;
}

.format-box em.on,
.format-box em:hover {
    border: 1px solid #c40000;
    background: url(../images/format_on_icon.png) no-repeat right top;
}

.count-box {
    margin-top: 16px;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    color: #666;
    line-height: 24px;
}

.count-box label {
    float: left;
    margin-right: 12px;
}

.num-comp {
    float: left;
}

.num-comp span {
    display: block;
    float: left;
    vertical-align: top;
}

.num-comp .minus-btn,
.num-comp .add-btn {
    background-image: url("../images/jiajian.jpg");
    background-repeat: no-repeat;
    border: 1px solid #cccccc;
    cursor: pointer;
    height: 26px;
    width: 26px;
    background-position: 0 0;
}

.num-comp .num-input {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    height: 26px;
    position: relative;
    width: 50px;
}

.num-comp .num-input input {
    background-color: #fff;
    border: none;
    height: 26px;
    line-height: 26px;
    position: relative;
    text-align: center;
    width: 50px;
    *margin-top: -1px;
    color: #000;
}

.num-comp .add-btn {
    background-position: -26px 0;
}

.count-box .storage-count {
    margin-left: 10px;
}

.kefu-box {
    margin-top: 18px;
    font-size: 14px;
}

.kefu-box .kefu-link {
    margin-left: 8px;
}

.kefu-box .kefu-link img {
    vertical-align: -9px;
}

.brands {
    margin-top: 25px;
}

.brand-tmall,
.brand-yihaodian {
    margin-left: 5px;
}

.service-promise {
    margin-top: 14px;
    font-size: 14px;
}

.service-promise span {
    margin-right: 36px;
}

.service-promise span.x-first {
    margin-left: 28px;
}

.service-promise span img {
    vertical-align: -3px;
    margin-right: 5px;
}

.share-collect {
    margin-top: 14px;
}

.share-collect .share-link-span,
.share-collect .collect-span {
    font-size: 14px;
    color: #333;
}

.share-collect .share-link-span {
    cursor: pointer;
}

.share-collect .share-link-span img {
    vertical-align: -3px;
    margin-right: 5px;
}

.share-collect .collect-span {
    margin-left: 20px;
    cursor: pointer;
}

.share-collect .collect-span img {
    vertical-align: -3px;
    margin-right: 5px;
}

.product-info-top {
    margin-top: 15px;
    border: 1px solid #e1e1e1;
    background-color: #fff;
    padding: 20px;
}

.detail-btn {
    width: 341px;
    margin-left: 92px;
    padding-bottom: 20px;
}

.jifen-tip p em {
    background: #c40000;
    color: #fff;
    padding: 0 4px;
    margin-right: 3px;
}

.buy-btn img {
    vertical-align: middle;
    padding-right: 5px;
}

.format-box p {
    float: left;
    width: 550px;
}

.c-art-goods {
    margin-top: 22px;
    *zoom: 1;
    overflow: hidden;
    margin-bottom: 80px;
}

.c-art-goods:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ".";
    clear: both;
    height: 0;
}

.c-art-goods>div {
    background-color: #fff;
    min-height: 200px;
}

.c-art-goods-tuijian ul li {
    *zoom: 1;
    overflow: hidden;
    vertical-align: middle;
    border-bottom: 1px solid #e0e0e0;
}

.c-art-goods-tuijian ul li:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ".";
    clear: both;
    height: 0;
}

.reply p,
.r-c-pjxq p {
    line-height: 40px;
}